|
|
STG-DELETE(1) StGit Manual STG-DELETE(1)
stg-delete - Delete patches
stg delete [OPTIONS] [<patch>...]
stg delete [OPTIONS] [-A] [-U] [-H]
stg delete [OPTIONS] --all
stg delete [OPTIONS] --top
Delete patches
-a, --all
Delete all patches
-A, --applied
Delete the applied patches
-U, --unapplied
Delete the unapplied patches
-H, --hidden
Delete the hidden patches
-t, --top
Delete topmost patch
--spill
Delete the patches, but without modifying the index and
worktree. This only works when deleting applied patches at the
top of the stack. The effect is to "spill" the patch contents
into the index and worktree.
This can be useful for splitting a patch into smaller pieces.
-b <branch>, --branch=<branch>
Use <branch> instead of current branch
--conflicts[=<policy>]
Either "allow" or "disallow" pushing a patch with conflicts.
Using --conflicts=allow (or just --conflicts) allows pushing a
patch that may result in unresolved merge conflicts. The patch
will be pushed and files with conflicts will be left with
conflict markers to be resolved manually; or the operation
undone with stg undo --hard. This is the default behavior and
also corresponds to the "stgit.push.allow-conflicts" variable
being set to "true".
Using --conflicts=disallow disallows pushing any patch that
would result in merge conflicts. The operation will stop on
the last patch that can be pushed without conflicts. This
behavior can be configured by setting
"stgit.push.allow-conflicts" to "false".
Part of the StGit suite - see stg(1)
This page is part of the stgit (Stacked Git) project. Information
about the project can be found at ⟨http://www.procode.org/stgit/⟩.
If you have a bug report for this manual page, see
⟨http://www.procode.org/stgit/⟩. This page was obtained from the
project's upstream Git repository
⟨https://github.com/stacked-git/stgit.git⟩ on 2025-02-02. (At
that time, the date of the most recent commit that was found in
the repository was 2025-01-18.) If you discover any rendering
problems in this HTML version of the page, or you believe there is
a better or more up-to-date source for the page, or you have
corrections or improvements to the information in this COLOPHON
(which is not part of the original manual page), send a mail to
[email protected]
StGit 2.5.1 02/02/2025 STG-DELETE(1)
Pages that refer to this page: stg(1)