git*: update outdated pages, fix English pages (#14149)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:26:47 +02:00
committed by GitHub
parent 896e024860
commit f21fa6a211
96 changed files with 302 additions and 302 deletions

View File

@@ -21,11 +21,11 @@
- Renommer une branche (ne pas se trouver sur la branche pour le faire) :
`git branch -m {{ancien_nom_de_branche}} {{nouveau_nom_de_branche}}`
`git branch {{-m|--move}} {{ancien_nom_de_branche}} {{nouveau_nom_de_branche}}`
- Supprimer un branche locale (ne pas se trouver sur la branche pour le faire) :
`git branch -d {{nom_de_branche}}`
`git branch {{-d|--delete}} {{nom_de_branche}}`
- Supprimer une branche distante :