mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
git-revert: add abort example (#15800)
This commit is contained in:
parent
9461dd0b0f
commit
8a48b7ff24
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
|||
- Don't create new commits, just change the working tree:
|
||||
|
||||
`git revert {{-n|--no-commit}} {{0c01a9..9a1743}}`
|
||||
|
||||
- Cancel a Git revert after a merge conflict:
|
||||
|
||||
`git revert --abort`
|
||||
|
|
Loading…
Add table
Reference in a new issue