Skip to content

Commit 8a48b7f

Browse files
authored
git-revert: add abort example (#15800)
1 parent 9461dd0 commit 8a48b7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: pages/common/git-revert.md

+4
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@
2222
- Don't create new commits, just change the working tree:
2323

2424
`git revert {{-n|--no-commit}} {{0c01a9..9a1743}}`
25+
26+
- Cancel a Git revert after a merge conflict:
27+
28+
`git revert --abort`

0 commit comments

Comments
 (0)