1STG-DELETE(1) StGit Manual STG-DELETE(1)
2
3
4
6 stg-delete - Delete patches
7
9 stg delete [options] [--] <patch1> [<patch2>] [<patch3>..<patch4>]
10
12 Delete the patches passed as arguments.
13
15 --spill
16 Delete the patches, but do not touch the index and worktree. This
17 only works with applied patches at the top of the stack. The effect
18 is to "spill" the patch contents into the index and worktree. This
19 can be useful e.g. if you want to split a patch into several
20 smaller pieces.
21
22 -b BRANCH, --branch BRANCH
23 Use BRANCH instead of the default branch.
24
25 -t, --top
26 Delete top patch.
27
29 Part of the StGit suite - see stg(1)
30
31
32
33StGit 1.4 01/22/2022 STG-DELETE(1)