https://github.com/wjtools/sublime-tortoise-git
A TortoiseGit Plugin for [Sublime Text](http://www.sublimetext.com)
https://github.com/wjtools/sublime-tortoise-git
git sublimetext tortoisegit
Last synced: 3 months ago
JSON representation
A TortoiseGit Plugin for [Sublime Text](http://www.sublimetext.com)
- Host: GitHub
- URL: https://github.com/wjtools/sublime-tortoise-git
- Owner: wjtools
- Created: 2021-04-20T02:37:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-21T11:23:58.000Z (over 3 years ago)
- Last Synced: 2025-01-08T04:36:19.796Z (5 months ago)
- Topics: git, sublimetext, tortoisegit
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sublime TortoiseGit
A TortoiseGit Plugin for [Sublime Text](https://www.sublimetext.com).
## Usage
Install it using [Sublime Package Control](https://packagecontrol.io).
The default key bindings:
- [alt+c] : commit current file.
- [alt+u] : update current file.
- [alt+l] : show current file log.You can also call TortoiseGit commands when right-clicking folders or files in the side bar.
## Settings
If your TortoiseGitProc.exe path is not the default, please modify the path by selecting
"Preferences -> Package Settings -> TortoiseGit -> Settings - User" in the menu.The default setting is:
```
{
// Auto close update dialog when no errors, conflicts and merges
"auto_close_pull_dialog": false,
"tortoisegit_path": "C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe"
}
```## Thanks
Thanks to the authors and contributors of the following repositories,
from whom I got useful direction:* https://github.com/dexbol/sublime-TortoiseSVN
* https://github.com/fyneworks/sublime-TortoiseGIT
* https://github.com/kemayo/sublime-text-git
* https://github.com/ses4j/tgit-st3