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:
parent
acb6e1c412
commit
200a2e0077
1 changed files with 8 additions and 0 deletions
8
pages/common/git-abort.md
Normal file
8
pages/common/git-abort.md
Normal 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`
|
Loading…
Add table
Reference in a new issue