Guilt v0.31.1
[guilt.git] / Documentation / guilt-rebase.txt
blob94d670339f579de87f98fdbbb9bf3d21268eed0d
1 guilt-rebase(1)
2 ===============
4 NAME
5 ----
6 guilt-rebase - Rebase pushed patches
8 SYNOPSIS
9 --------
10 include::usage-guilt-rebase.txt[]
12 DESCRIPTION
13 -----------
14 Rebase pushed patches against an upstream branch.
16 OPTIONS
17 -------
18 <upstream>::
19         Branch, tag, or a commit hash identifying upstream repository
20         history.
22 EXAMPLES
23 --------
25 Rebase current tree against Linus's 2.6 tree
27 $ git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git
29 $ guilt-rebase FETCH_HEAD
31 Author
32 ------
33 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
35 Documentation
36 -------------
37 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
39 include::footer.txt[]