Hello Several times I have a topic branch that contains several commits like this: "master" o---o \ "topic" o---o---o---o---o---o When I think everything is in a good shape I generate several patches to submit them. For that, I do: $ git checkout topic $ git-format-patch -s -k -n master 001-aaa.patch 002-bbb.patch [...] 006-fff.patch Then I submit these patches for reviewing. Unfortunately, they're not perfect, so after some feedbacks from the communauty it appears that I need to make small modifications in the second commit in the topic branch for example... What is the best and fastest way to do that ? Should I create a new topic branch and cherry pick from the old one ? Thanks for your advices Francis - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html