pages.fr: update outdated pages (#11842)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
- Affiche un résumé du dernier commit dans la branche :
|
||||
|
||||
`git show-branch {{nom_de_branche}}|ref|commit}}`
|
||||
`git show-branch {{nom_de_branche|ref|commit}}`
|
||||
|
||||
- Comparer des commits avec plusieurs commits ou branches :
|
||||
|
||||
`git show-branch {{nom_de_branche}}|ref|commit}}`
|
||||
`git show-branch {{nom_de_branche|ref|commit}}`
|
||||
|
||||
- Comparer toutes les branches distantes :
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
|
||||
- Comparer une branche spécifique à la branche courante :
|
||||
|
||||
`git show-branch --current {{commit|branch_name|ref}}`
|
||||
`git show-branch --current {{commit|nom_de_branche|ref}}`
|
||||
|
||||
- Afficher le nom du commit au lieu du nom relatif :
|
||||
|
||||
`git show-branch --sha1-name --current {{current|branch_name|ref}}`
|
||||
`git show-branch --sha1-name --current {{current|nom_de_branche|ref}}`
|
||||
|
||||
- Continuez l'affichage d'un certain nombre de commits au-delà de l'ancêtre commun :
|
||||
|
||||
`git show-branch --more {{5}} {{commit|branch_name|ref}} {{commit|branch_name|ref}} {{...}}`
|
||||
`git show-branch --more {{5}} {{commit|nom_de_branche|ref}} {{commit|nom_de_branche|ref}} {{...}}`
|
||||
|
Reference in New Issue
Block a user