]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-rebase.txt
Merge part of jc/portable branch
[thirdparty/git.git] / Documentation / git-rebase.txt
CommitLineData
215a7ad1
JH
1git-rebase(1)
2=============
7fc9d69f
JH
3
4NAME
5----
215a7ad1 6git-rebase - Rebase local commits to new upstream head.
7fc9d69f
JH
7
8SYNOPSIS
9--------
215a7ad1 10'git-rebase' <upstream> [<head>]
7fc9d69f
JH
11
12DESCRIPTION
13-----------
905197de 14Rebases local commits to the new head of the upstream tree.
7fc9d69f
JH
15
16OPTIONS
17-------
52a22d1e
LAS
18<upstream>::
19 Upstream branch to compare against.
7fc9d69f 20
52a22d1e
LAS
21<head>::
22 Working branch; defaults to HEAD.
7fc9d69f
JH
23
24Author
25------
26Written by Junio C Hamano <junkio@cox.net>
27
28Documentation
29--------------
30Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
31
32GIT
33---
a7154e91 34Part of the gitlink:git[7] suite
7fc9d69f 35