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

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



   stg-commit    ( 1 )

постоянно храните примененные патчи в базе стека (Permanently store the applied patches into the stack base)

Имя (Name)

stg-commit - Permanently store the applied patches into the stack
       base

Синопсис (Synopsis)

stg commit
       stg commit [--] <patchnames>
       stg commit -n NUM
       stg commit --all

Описание (Description)

Merge one or more patches into the base of the current stack and
       remove them from the series while advancing the base. This is the
       opposite of stg uncommit. Use this command if you no longer want
       to manage a patch with StGIT.

By default, the bottommost patch is committed. If patch names are given, the stack is rearranged so that those patches are at the bottom, and then they are committed.

The -n/--number option specifies the number of applied patches to commit (counting from the bottom of the stack). If -a/--all is given, all applied patches are committed.


Параметры (Options)

-n NUMBER, --number NUMBER
           Commit the specified number of patches.

-a, --all Commit all applied patches.


Часть StGit suite (Stgit)

Part of the StGit suite - see stg(1)