Autogenerated HTML docs for v1.1.5-gadda
[git.git] / git-rebase.txt
1 git-rebase(1)
2 =============
3
4 NAME
5 ----
6 git-rebase - Rebase local commits to new upstream head.
7
8 SYNOPSIS
9 --------
10 'git-rebase' <upstream> [<head>]
11
12 DESCRIPTION
13 -----------
14 Rebases local commits to the new head of the upstream tree.
15
16 OPTIONS
17 -------
18 <upstream>::
19         Upstream branch to compare against.
20
21 <head>::
22         Working branch; defaults to HEAD.
23
24 Author
25 ------
26 Written by Junio C Hamano <junkio@cox.net>
27
28 Documentation
29 --------------
30 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
31
32 GIT
33 ---
34 Part of the gitlink:git[7] suite
35