mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
git-revert: use HEAD in example (#6649)
This commit is contained in:
parent
0503024ae3
commit
55ec5b50d3
4 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Revierte el commit más reciente:
|
||||
|
||||
`git revert {{@}}`
|
||||
`git revert {{HEAD}}`
|
||||
|
||||
- Revierte el quinto último commit:
|
||||
|
||||
|
|
|
@ -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 :
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Inverti il commit più recente:
|
||||
|
||||
`git revert {{@}}`
|
||||
`git revert {{HEAD}}`
|
||||
|
||||
- Inverti il quintùltimo commit:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- Revert the most recent commit:
|
||||
|
||||
`git revert {{@}}`
|
||||
`git revert {{HEAD}}`
|
||||
|
||||
- Revert the 5th last commit:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue