1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

git-abort: add page

This commit is contained in:
CleanMachine1 2021-07-18 00:39:57 +02:00
parent acb6e1c412
commit 200a2e0077

View file

@ -0,0 +1,8 @@
# git abort
> Abort a current rebase, merge or cherry-pick.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-abort>.
- Abort a Git rebase, merge or cherry-pick:
`git abort`