mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 12:53:28 +02:00
git-revert: add specific commit example (#9833)
This commit is contained in:
parent
20ce3c4696
commit
333d66b562
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
|
||||
`git revert HEAD~{{4}}`
|
||||
|
||||
- Revert a specific commit:
|
||||
|
||||
`git revert {{0c01a9}}`
|
||||
|
||||
- Revert multiple commits:
|
||||
|
||||
`git revert {{branch_name~5..branch_name~2}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue