File: guilt-rebase.txt

package info (click to toggle)
guilt 0.35-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,492 kB
  • sloc: sh: 2,557; makefile: 119; perl: 42
file content (38 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
guilt-rebase(1)
===============

NAME
----
guilt-rebase - Rebase pushed patches

SYNOPSIS
--------
include::usage-guilt-rebase.txt[]

DESCRIPTION
-----------
Rebase pushed patches against an upstream branch.

OPTIONS
-------
<upstream>::
	Branch, tag, or a commit hash identifying upstream repository
	history.

EXAMPLES
--------

Rebase current tree against Linus's 2.6 tree

	$ git-fetch git://git.kernel.org/pub/scm/linux/kernel/git/tovalds/linux-2.6.git
	$ guilt-rebase FETCH_HEAD

Author
------
Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net>

Documentation
-------------
Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net>

include::footer.txt[]