I want to get all my work back in Sublime. I am wondering what are the best Git and Terminal plugins for Sublime to date? I was using VS Code for a bit, and got used to having a terminal and Git built in.
Thanks in advance.
I want to get all my work back in Sublime. I am wondering what are the best Git and Terminal plugins for Sublime to date? I was using VS Code for a bit, and got used to having a terminal and Git built in.
Thanks in advance.
GitSavvy and GitGutter. Perhaps also GitCommitMsg.
Once I’ve took the time to get to know Git Savvy, it’s become my preferred git manager, mostly replacing GitKraken and Sourcetree, even for projects which I clone and need to get an overview of.
GitGutter will put tiny marks in your gutter, with color-codes indicating additions, edits and deletions (usually green, yellow and red). You can hover the marker to see a very local diff, and even roll back the hunk with a click of your mouse.
EDIT: GitCommitMsg will show you git-blane information relating to the line where your cursor is — very useful when gaining insights into a third party or old project of your own. GitGutter will do this for you. Can be turned off with the setting "git_gutter_show_line_annotation": false
.