Git integration with Sublime Text 3 via menus and keyboard shortcuts.
Download the Sublime Git zip file and extract into Sublime Text packages directory. Depending on your system you may have to update the git_path setting to point at the correct Git binary.
The implemented Git commands can be accessed from the context menu of the currently open file or a file/folder in the side bar.
The key bindings can be modified by selecting the Preferences > Package Settings > Git > Key Bindings – User menu entry.
The default settings can be viewed by accessing the Preferences > Package Settings > Git > Settings – Default menu entry. To ensure settings are not lost when the package is upgraded, make sure all edits are saved to Settings – User .
Default: /usr/bin/git
Default: 5
Default: never
Default: true
Default: false
If you find a problem with the package please contact me.
Sublime Git is licensed under the MIT License.