Hacker News new | ask | show | jobs
by komali2 3217 days ago
I haven't tried sublimeGit - what's it got that I'm missing from VSCode's git? I only really use it to commit and compare when I'm merging.
1 comments

- You can easily see the status of each file (new, modified, or staged).

- You can easily stage all files, each file, or just specific hunks of specific files.

- You can stash and pop stashes.

- You can amend a commit.

- You can do all of that from the keyboard, without touching the mouse.

I imagine you can do many of those things with VSCode, but it's so effortless in Sublime. I haven't learned the same workflow in VSC yet, and since I do all of those things frequently, I'm really attached to SublimeGit.