table of contents
STG-FLOAT(1) | StGit Manual | STG-FLOAT(1) |
NAME¶
stg-float - Push patches to the top, even if applied
SYNOPSIS¶
stg float [--] <patches> stg float -s <series>
DESCRIPTION¶
Float a patch or range of patches to be the top-most applied patches. The patches to be floated may currently be either applied or unapplied. The necessary pop and push operations will be performed to float the named patches. Patches not specified will remain applied or unapplied as they were prior to the float operation.
OPTIONS¶
--noapply
Reorder patches by floating without applying.
-s FILE, --series FILE
Rearrange according to the series FILE.
-k, --keep
Keep the local changes.
STGIT¶
Part of the StGit suite - see stg(1)
03/27/2022 | StGit 1.5 |