mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
rebasing ruined sehts commits
This commit is contained in:
parent
4e4ba9c192
commit
6658b4e656
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
# git abort
|
||||
|
||||
> Abort a ongoing rebase, merge or cherry-pick.
|
||||
> Abort an ongoing rebase, merge, or cherry-pick.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-abort>.
|
||||
|
||||
- Abort a Git rebase, merge or cherry-pick:
|
||||
- Abort a Git rebase, merge, or cherry-pick:
|
||||
|
||||
`git abort`
|
||||
|
|
Loading…
Add table
Reference in a new issue