[dev] How to develop changes in a series

William M Edmonds edmondsw at us.ibm.com
Wed Dec 5 19:48:37 UTC 2018


Eric Fried <openstack at fried.cc> wrote on 12/05/2018 12:18:37 PM:

<snip>

> But I want to edit 1b2c453, while leaving ebb3505 properly stacked on
> top of it. Here I use a tool called `git restack` (run `pip install
> git-restack` to install it).

It's worth noting that you can just use `git rebase` [1], you don't have to
use git-restack. This is why later you're using `git rebase --continue`,
because git-restack is actually using rebase under the covers.

[1]
https://stackoverflow.com/questions/1186535/how-to-modify-a-specified-commit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20181205/05a66859/attachment.html>


More information about the openstack-discuss mailing list