Documentation: guilt & git don't use hyphenated commands
[guilt.git] / Documentation / guilt-rebase.txt
blob461445b8a23c6ef6d848ae22ece2187094e0c594
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
28         $ guilt rebase FETCH_HEAD
30 Author
31 ------
32 Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
34 Documentation
35 -------------
36 Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>
38 include::footer.txt[]