top | item 46161579

(no title)

mhw | 2 months ago

Yeah, you need to rebase the tip of the feature branch stack. git will then update all the refs that point to ancestor commits that are moved. So in this case

    $ git rebase --update-refs main feature-2

discuss

order

ptx|2 months ago

Thanks! Yup, that does the trick.