1
0
Fork 0
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:
Managor 2025-03-01 07:42:05 +02:00 committed by GitHub
parent 9461dd0b0f
commit 8a48b7ff24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`