1
0

Add conflict

This commit is contained in:
Arnaud Morin
2022-01-13 14:43:28 +01:00
parent 6e02a329ca
commit 7943af3d11
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
# Gerer un conflit git
Forker le repo dans votre github : https://github.com/arnaudmorin/alexis
Cloner votre fork sur votre PC
```
git clone https://github.com/yourgithubaccount/alexis
```
Verifiez que vous etes sur la branche `master`:
```
git branch
```
doit vous donner:
```
master
```
Essayez de merge la branche `branche2`:
```
git merge branche2
```
Vous allez avoir un conflit.
Essayez de resoudre le conflit.
Quand fini, poussez le resultat sur votre fork et donner l'url de votre github a Arnaud.