mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
* feat: add git-continue Also refactor `git-abort` to parse action from the called file name. There's a promise for this in #865 but that was a long time ago. * fix: add git-continue address review comments, fix the script, remove unnecessary testpath import.
463 B
463 B
git-continue(1) -- Continue current git operation
SYNOPSIS
git-continue
DESCRIPTION
Continue current git revert, rebase, merge or cherry-pick process.
OPTIONS
There are no options, it just continues current operation.
EXAMPLES
git-continue
AUTHOR
Written by oikarinen
REPORTING BUGS
<https://github.com/tj/git-extras/issues>