debian man page for stg-rebase

Query: stg-rebase

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STG-REBASE(1)							   StGit Manual 						     STG-REBASE(1)

NAME
stg-rebase - Move the stack base to another point in history
SYNOPSIS
stg rebase [options] <new-base-id>
DESCRIPTION
Pop all patches from current stack, move the stack base to the given <new-base-id> and push the patches back. If you experience merge conflicts, resolve the problem and continue the rebase by executing the following sequence: $ git add --update $ stg refresh $ stg goto top-patch Or if you want to skip that patch: $ stg undo --hard $ stg push next-patch..top-patch
OPTIONS
-n, --nopush Do not push the patches back after rebasing. -m, --merged Check for patches merged upstream.
STGIT
Part of the StGit suite - see linkman:stg[1] StGit 03/13/2012 STG-REBASE(1)
Related Man Pages
stg-import(1) - debian
stg-pick(1) - debian
stg-push(1) - debian
stg-uncommit(1) - debian
stg(1) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com