1
0
Fork 0

Add conflicts

Signed-off-by: Arnaud Morin <arnaud.morin@ovhcloud.com>
This commit is contained in:
Arnaud Morin 2022-01-13 14:40:56 +01:00
parent 41331b1994
commit 6e02a329ca
1 changed files with 32 additions and 0 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.