table of contents
| STG-POP(1) | StGit Manual | STG-POP(1) |
NAME¶
stg-pop - Pop (unapply) one or more applied patches
SYNOPSIS¶
stg pop [OPTIONS] [patch]... stg pop [OPTIONS] --all stg pop [OPTIONS] -n <number>
DESCRIPTION¶
Pop (unapply) one or more applied patches.
By default, the topmost applied patch is popped.
If ranges of patches are specified, pop and push operations are performed such that only the patches specified on the command line are unapplied at the end of the operation. It is possible for some of these intermediate push operations to fail due to conflicts if patches are popped out of last-pushed first-popped order.
OPTIONS¶
-a, --all
-n <number>, --number=<number>
A negative number indicates to pop all but that number of patches
-s, --spill
-k, --keep
STGIT¶
Part of the StGit suite - see stg(1)
| 06/09/2026 | StGit 2.6.0 |