Code

a9e4b21049a005e103adee116944f460375af95b
[git.git] / Documentation / git-rebase-script.txt
1 git-rebase-script(1)
2 ====================
4 NAME
5 ----
6 git-rebase-script - Rebase local commits to new upstream head.
8 SYNOPSIS
9 --------
10 'git-rebase-script' <upstream> [<head>]
12 DESCRIPTION
13 -----------
14 Rebases local commits to the new head of the upstream tree.'
16 OPTIONS
17 -------
18 <upstream>::
19         Upstream branch to compare against.
21 <head>::
22         Working branch; defaults to HEAD.
24 Author
25 ------
26 Written by Junio C Hamano <junkio@cox.net>
28 Documentation
29 --------------
30 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
32 GIT
33 ---
34 Part of the link:git.html[git] suite