pages.fr: update outdated pages (#11842)

This commit is contained in:
Sebastiaan Speck
2023-12-28 06:32:02 +01:00
committed by GitHub
parent 26246e09ef
commit 8d581735c3
30 changed files with 55 additions and 99 deletions

View File

@@ -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}} {{...}}`