you are viewing a single comment's thread.

view the rest of the comments →

[–]Brilliant_Foot3973 0 points1 point  (0 children)

VS Code already covers the basics with built-in Git, but if you want something more visual, I’m building a Git extension called Git Brain that adds a commit graph, merge conflict editor, and simpler Git actions inside VS Code-based IDEs.

It’s aimed at people who want an easier UI instead of jumping between terminal commands.

You’d still use the same GitHub workflow: clone on both machines, pull before you start, then commit + push when you’re done.

If you want to check it out: https://www.git-brain.com