gituser-interface

Is there any GUI tools for "git add -p"?


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.


Solution

  • 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.

    Simple but powerful UI