1STG-REBASE(1) StGit Manual STG-REBASE(1)
2
3
4
6 stg-rebase - Move the stack base to another point in history
7
9 stg rebase [options] [--] <new-base-id>
10
12 Pop all patches from current stack, move the stack base to the given
13 <new-base-id> and push the patches back.
14
15 If you experience merge conflicts, resolve the problem and continue the
16 rebase by executing the following sequence:
17
18
19 $ git add --update
20 $ stg refresh
21 $ stg goto top-patch
22
23 Or if you want to skip that patch:
24
25
26 $ stg undo --hard
27 $ stg push next-patch..top-patch
28
30 -n, --nopush
31 Do not push the patches back after rebasing.
32
33 -m, --merged
34 Check for patches merged upstream.
35
37 Part of the StGit suite - see stg(1)
38
39
40
41
42StGit 07/27/2019 STG-REBASE(1)