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.
20 lines
602 B
Groff
20 lines
602 B
Groff
.\" generated with Ronn-NG/v0.8.0
|
|
.\" http://github.com/apjanke/ronn-ng/tree/0.8.0
|
|
.TH "GIT\-CONTINUE" "1" "November 2024" "" "Git Extras"
|
|
.SH "NAME"
|
|
\fBgit\-continue\fR \- Continue current git operation
|
|
.SH "SYNOPSIS"
|
|
\fBgit\-continue\fR
|
|
.SH "DESCRIPTION"
|
|
Continue current git revert, rebase, merge or cherry\-pick process\.
|
|
.SH "OPTIONS"
|
|
There are no options, it just continues current operation\.
|
|
.SH "EXAMPLES"
|
|
\fBgit\-continue\fR
|
|
.SH "AUTHOR"
|
|
Written by oikarinen
|
|
.SH "REPORTING BUGS"
|
|
<\fI\%https://github\.com/tj/git\-extras/issues\fR>
|
|
.SH "SEE ALSO"
|
|
<\fI\%https://github\.com/tj/git\-extras\fR>
|