When I use "git add -p", I feel so hard and even more when I need edit the patch file.
I thinks a GUI Tools will be better.
Is there any GUI Tools for this work or just for editing .patch file?
Thanks.
git-cola is pretty good to stage or unstage patches. Look at all the changes, select some lines, press 'S' and those lines are staged for the commit.