git*: add French translation (#4619)
This commit is contained in:

committed by
GitHub

parent
6b167bcdd4
commit
8c8314f725
16
pages.fr/common/git-reflog.md
Normal file
16
pages.fr/common/git-reflog.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git reflog
|
||||
|
||||
> Affiche un log des changements locaux comme HEAD, tags et branches.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-reflog>.
|
||||
|
||||
- Afficher le reflog de HEAD :
|
||||
|
||||
`git reflog`
|
||||
|
||||
- Affiche le reflog d'une branche spécifique :
|
||||
|
||||
`git reflog {{nom_de_branche}}`
|
||||
|
||||
- Affiche les 5 dérniéres entrés dans le reflog :
|
||||
|
||||
`git reflog -n {{5}}`
|
Reference in New Issue
Block a user