DEV Community

Discussion on: What GIT GUI client do you use?

Collapse
 
michaelcurrin profile image
Michael Currin • Edited

I started off learning git on the command-line so mostly fall back to that.

In VS Code and PyCharm, I'll use the GUI to change branches and commit. But for other stuff like viewing logs, doing a rebase, reset, push, etc. I use the command-line.

I do enjoy the IDEs I mention when it comes to resolving merge conflicts. PyCharm let's you see 3 views side by side and VS Code shows you a smart interactive layer on top of the plain text code which has <<< and >>> etc.

I haven't had a reason to download something else dedicated to Git / GitHub handling.

My git aliases for interest! :)