mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02: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
|
# git abort
|
||||||
|
|
||||||
> Abort a ongoing rebase, merge or cherry-pick.
|
> Abort an ongoing rebase, merge, or cherry-pick.
|
||||||
> Part of `git-extras`.
|
> Part of `git-extras`.
|
||||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-abort>.
|
> 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`
|
`git abort`
|
||||||
|
|
Loading…
Add table
Reference in a new issue