[Git-dpm-user] How do I edit an existing patch.

Bernhard R. Link brlink at debian.org
Tue Feb 28 09:38:14 UTC 2012


* Paul Elliott <pelliott at blackpatchpanel.com> [120228 02:56]:
> What is the usual workflow to modify an existing patch? It is not the last in
> the series.

git-dpm checkout-patched
git rebase -i upstream
<usual stuff to edit commits using rebase -i>
git-dpm update-patches

(with upstream replaced with your upstream branch depending how you
named it).

        Bernhard R. Link



More information about the Git-dpm-user mailing list