Sublime Text plugin providing probably all git has to offer:
init, add, commit, amend, checkout, pull, push, etc.git: statusgitk, just with more features; try git: Repo History. [r] menugit: Line Historygit diff view, allowing user to stage, unstage and reset (discard) files, hunks or individual linesGitHub integration
GitHub-style blame view, showing hunk metadata and ability to view the commit that made the change
Note: GitSavvy requires Git versions at or greater than 2.18.0.
Note: Sublime Text 2 is not supported. Also, GitSavvy takes advantage of modern features of Sublime Text (like annotations). For the best experience, use the latest Sublime Text dev build. Or not, I mean it could also crash you, what am I to recommend here.
The documentation is probably outdated. Yeah it's sad but you can contribute and I will eventually get onto it but every special view has help available, just press ?.
Feature documentation can be found here. It can also be accessed from within Sublime by opening the command palette and typing GitSavvy: help.
| Inline-diff | Status dashboard |
|---|---|
|
|
| (Un)stage and revert individual lines and hunks. | Display and overview and offer actions to manipulate your project state. |
| Branch dashboard | Tags dashboard |
|---|---|
|
|
| View and manipulate local and remote branches. | View and manipulate local and remote tags. |
| Github integration | Rebase dashboard |
|---|---|
|
|
| Reference issues and collaborators in commits. Open files on GitHub in the browser, with lines pre-selected. | Squash, edit, move, rebase, undo, redo. |
Package Control: Install Package.GitSavvy.If you want more control over what you pull down, or if you'd like to submit changes to GitSavvy, you should pull down the repository directly in the Packages folder and restart the editor. You still have to run Package Control: Satisfy Dependencies after that!
$ claude mcp add GitSavvy \
-- python -m otcore.mcp_server <graph>