mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 13:02:08 +02:00
9 lines
402 B
Markdown
9 lines
402 B
Markdown
# git abort
|
|
|
|
> Перериває поточне перебазування(rebase), злиття(merge) або вибір(cherry-pick).
|
|
> Частина `git-extras`.
|
|
> Більше інформації: <https://github.com/tj/git-extras/blob/master/Commands.md#git-abort>.
|
|
|
|
- Перериває Git перебазування(rebase), злиття(merge) або вибір(cherry-pick):
|
|
|
|
`git abort`
|