blob: 16c158f439c7299b92c4419d8a6233ef20fed914 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-rebase(1)
2=============
3
4NAME
5----
6git-rebase - Rebase local commits to new upstream head.
7
8SYNOPSIS
9--------
10'git-rebase' <upstream> [<head>]
11
12DESCRIPTION
13-----------
14Rebases local commits to the new head of the upstream tree.
15
16OPTIONS
17-------
18<upstream>::
19Upstream branch to compare against.
20
21<head>::
22Working branch; defaults to HEAD.
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---
34Part of the gitlink:git[7] suite
35