1STG-FLOAT(1) StGit Manual STG-FLOAT(1)
2
3
4
6 stg-float - Push patches to the top, even if applied
7
9 stg float [--] <patches>
10 stg float -s <series>
11
13 Float a patch or range of patches to be the top-most applied patches.
14 The patches to be floated may currently be either applied or unapplied.
15 The necessary pop and push operations will be performed to float the
16 named patches. Patches not specified will remain applied or unapplied
17 as they were prior to the float operation.
18
20 --noapply
21 Reorder patches by floating without applying.
22
23 -s FILE, --series FILE
24 Rearrange according to the series FILE.
25
26 -k, --keep
27 Keep the local changes.
28
30 Part of the StGit suite - see stg(1)
31
32
33
34StGit 1.5 07/23/2022 STG-FLOAT(1)