git-rebase (1) Linux Manual Page
NAME git-rebase – Reapply commits on top of another base tip SYNOPSIS git rebase[-i | –interactive][<options>][–exec<cmd>] [–onto<newbase> | –keep – base][<upstream>[<branch>]] git rebase[-i | –interactive][<options>][–exec<cmd>][–onto<newbase>]– root[<branch>] git rebase(–continue | –skip | –abort | –quit | –edit – todo | –show – current – patch) DESCRIPTION If <branch> is specified, git rebase will perform an automatic…
