git-revert: use HEAD in example (#6649)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- Revierte el commit más reciente:
|
- Revierte el commit más reciente:
|
||||||
|
|
||||||
`git revert {{@}}`
|
`git revert {{HEAD}}`
|
||||||
|
|
||||||
- Revierte el quinto último commit:
|
- Revierte el quinto último commit:
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- Crée un commit qui annule les changements du dernier commit :
|
- 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 :
|
- Crée un commit qui annule les changements des 5 dernier commit :
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- Inverti il commit più recente:
|
- Inverti il commit più recente:
|
||||||
|
|
||||||
`git revert {{@}}`
|
`git revert {{HEAD}}`
|
||||||
|
|
||||||
- Inverti il quintùltimo commit:
|
- Inverti il quintùltimo commit:
|
||||||
|
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
- Revert the most recent commit:
|
- Revert the most recent commit:
|
||||||
|
|
||||||
`git revert {{@}}`
|
`git revert {{HEAD}}`
|
||||||
|
|
||||||
- Revert the 5th last commit:
|
- Revert the 5th last commit:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user