Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   stg-rebase    ( 1 )

переместите базу стека в другую точку истории (Move the stack base to another point in history)

Имя (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 suite (Stgit)

Part of the StGit suite - see stg(1)