Correction documentation
This commit is contained in:
parent
de9bcc68f8
commit
42934b5e60
@ -40,12 +40,8 @@ Triskele suit partiellement le [[https://nvie.com/posts/a-successful-git-branchi
|
||||
- Supprimer une branche sur un dépot local / sur un dépot distant
|
||||
# Pour une branche locale
|
||||
$ git branch -d nomDeBranche
|
||||
<<<<<<< HEAD:GitInfos.org
|
||||
# Pour la supprimer sur le dépot distant
|
||||
$ git push -d origin nomDeBranche
|
||||
|
||||
=======
|
||||
# Pour une branche distante
|
||||
# Pour la supprimer sur le dépot distant
|
||||
$ git push origin --delete nomDeBranch
|
||||
|
||||
- Fusionner les modifications
|
||||
@ -57,6 +53,8 @@ Triskele suit partiellement le [[https://nvie.com/posts/a-successful-git-branchi
|
||||
$ git checkout master
|
||||
# Il faut fusionner
|
||||
$ git merge develop
|
||||
# editer les fichier en confli
|
||||
$ git commit -a
|
||||
$ git push
|
||||
# Il est possible d'annuler le traitement en cas de conflit
|
||||
$ git merge --abort
|
||||
>>>>>>> develop:documentation/GitInfos.org
|
||||
|
Loading…
Reference in New Issue
Block a user