DEV Community

Discussion on: What is your top tool that most devs would be surprised you use regularly?

Collapse
 
foresthoffman profile image
Forest Hoffman

For Git operations, I use VS Code purely for making commits and resolving merge conflicts. For anything else, I use the Git CLI in Bash. I've used GUI alternatives before, like the GitHub Desktop app, Source Tree, and they've all lacked features in one way or another. I end up using the CLI anyway, so deviating is just a waste of time. I wish it wasn't the case, but that's the reality I've found.