1STG-COMMIT(1)                    StGit Manual                    STG-COMMIT(1)
2
3
4

NAME

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

SYNOPSIS

9       stg commit
10       stg commit [--] <patchnames>
11       stg commit -n NUM
12       stg commit --all
13

DESCRIPTION

15       Merge one or more patches into the base of the current stack and remove
16       them from the series while advancing the base. This is the opposite of
17       stg uncommit. Use this command if you no longer want to manage a patch
18       with StGIT.
19
20       By default, the bottommost patch is committed. If patch names are
21       given, the stack is rearranged so that those patches are at the bottom,
22       and then they are committed.
23
24       The -n/--number option specifies the number of applied patches to
25       commit (counting from the bottom of the stack). If -a/--all is given,
26       all applied patches are committed.
27

OPTIONS

29       -n NUMBER, --number NUMBER
30           Commit the specified number of patches.
31
32       -a, --all
33           Commit all applied patches.
34

STGIT

36       Part of the StGit suite - see stg(1)
37
38
39
40
41StGit                             01/31/2020                     STG-COMMIT(1)
Impressum