table of contents
GUILT-REBASE(1) | Guilt Manual | GUILT-REBASE(1) |
NAME¶
guilt-rebase - Rebase pushed patches
SYNOPSIS¶
guilt rebase <upstream>
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[1]>
DOCUMENTATION¶
Documentation by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>
GUILT¶
Part of the guilt(7) suite (Generated for Guilt v0.36)
NOTES¶
- 1.
- jeffpc@josefsipek.net
mailto:jeffpc@josefsipek.net
01/13/2022 | Guilt v0.36 |