pages.fr: update outdated pages (#11908)

Co-authored-by: Nicolas Hansse <nico.hansse@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-01-15 13:41:38 +01:00
committed by GitHub
parent 71403f5893
commit a72457179b
9 changed files with 30 additions and 54 deletions

View File

@@ -3,13 +3,9 @@
> Commande Git principale pour travailler avec des branches.
> Plus d'informations : <https://git-scm.com/docs/git-branch>.
- Liste les branches locale en préfixant la branche courante avec `*` :
`git branch`
- Liste toutes les branches (locale et distantes) :
`git branch -a`
`git branch --all`
- Affiche le nom de la branche courante :