[PATCH] Fix git-init-db creating crap directories.
[git/dscho.git] / Documentation / git-rebase.txt
blob09bd3289e978d6f1530b6405b7990e89b9d54d19
1 git-rebase(1)
2 =============
4 NAME
5 ----
6 git-rebase - Rebase local commits to new upstream head.
8 SYNOPSIS
9 --------
10 'git-rebase' <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