6 git-rebase - Rebase local commits to new upstream head.
10 'git-rebase' <upstream> [<head>]
14 Rebases local commits to the new head of the upstream tree.
19 Upstream branch to compare against.
22 Working branch; defaults to HEAD.
26 Written by Junio C Hamano <junkio@cox.net>
30 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34 Part of the gitlink:git[7] suite