524 B
524 B
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 origin/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.