Documentation
¶
Overview ¶
Rebase https://git-scm.com/docs/git-rebase git rebase [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>] [<upstream> [<branch>]] git rebase [-i | --interactive] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>] git rebase --continue | --skip | --abort | --quit | --edit-todo --onto <newbase> <upstream> <branch> --continue --abort --quit --keep-empty --skip --edit-todo --merge --strategy=<strategy> --strategy-option=<strategy-option> --gpg-sign[=<keyid>] --quiet --verbose --stat --no-stat --no-verify --verify -C<n> --force-rebase --fork-point --no-fork-point --ignore-whitespace --whitespace=<option> --committer-date-is-author-date --ignore-date --signoff --interactive --preserve-merges -x <cmd> --exec <cmd> --root --autosquash --no-autosquash --autostash --no-autostash --no-ff
Index ¶
- func Abort(g *types.Cmd)
- func Autosquash(g *types.Cmd)
- func Autostash(g *types.Cmd)
- func Branch(name string) func(*types.Cmd)
- func CommitterDateIsAuthorDate(g *types.Cmd)
- func Continue(g *types.Cmd)
- func EditTodo(g *types.Cmd)
- func ForceRebase(g *types.Cmd)
- func ForkPoint(g *types.Cmd)
- func IgnoreDate(g *types.Cmd)
- func IgnoreWhitespace(g *types.Cmd)
- func Interactive(g *types.Cmd)
- func KeepEmpty(g *types.Cmd)
- func Merge(g *types.Cmd)
- func NoAutosquash(g *types.Cmd)
- func NoAutostash(g *types.Cmd)
- func NoFF(g *types.Cmd)
- func NoForkPoint(g *types.Cmd)
- func NoStat(g *types.Cmd)
- func NoVerify(g *types.Cmd)
- func PreserveMerges(g *types.Cmd)
- func Quiet(g *types.Cmd)
- func Quit(g *types.Cmd)
- func Root(g *types.Cmd)
- func Signoff(g *types.Cmd)
- func Skip(g *types.Cmd)
- func Stat(g *types.Cmd)
- func Upstream(name string) func(*types.Cmd)
- func Verbose(g *types.Cmd)
- func Verify(g *types.Cmd)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Autosquash ¶
func ForceRebase ¶
func IgnoreDate ¶
func IgnoreWhitespace ¶
func Interactive ¶
func NoAutosquash ¶
func NoAutostash ¶
func NoForkPoint ¶
func PreserveMerges ¶
Types ¶
This section is empty.