git-revert: use HEAD in example (#6649)

beep
Andrew McIntosh 2021-10-01 19:47:08 +01:00 committed by GitHub
parent 0503024ae3
commit 55ec5b50d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
- Revierte el commit más reciente:
`git revert {{@}}`
`git revert {{HEAD}}`
- Revierte el quinto último commit:

View File

@ -5,7 +5,7 @@
- Crée un commit qui annule les changements du dernier commit :
`git revert {{@}}`
`git revert {{HEAD}}`
- Crée un commit qui annule les changements des 5 dernier commit :

View File

@ -5,7 +5,7 @@
- Inverti il commit più recente:
`git revert {{@}}`
`git revert {{HEAD}}`
- Inverti il quintùltimo commit:

View File

@ -5,7 +5,7 @@
- Revert the most recent commit:
`git revert {{@}}`
`git revert {{HEAD}}`
- Revert the 5th last commit: