mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:22:08 +02:00

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
9 lines
259 B
Markdown
9 lines
259 B
Markdown
# git abort
|
|
|
|
> Przerwij trwający rebase, merge lub cherry-pick.
|
|
> Jest częścią `git-extras`.
|
|
> Więcej informacji: <https://github.com/tj/git-extras/blob/master/Commands.md#git-abort>.
|
|
|
|
- Przerwij operację Git rebase, merge lub cherry-pick:
|
|
|
|
`git abort`
|