DEV Community

Discussion on: Do you use some kind of GUI for git, and if you do, when do you have to resort to terminal?

Collapse
 
jessekphillips profile image
Jesse Phillips • Edited

I use gitk and git gui. The command line is critical to my rebase and fixup commits. I also use the command line for branch navigation and everything else not graph, commit, or merge related.

I am explicit about my actions, I don't rely on tracking configuration to know what I want to do today.