TortoiseGit Context Integration
TortoiseGit Plugin for Sublime Text 2/3
Details
Installs
- Total 2K
- Win 2K
- Mac 0
- Linux 0
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
TortoiseGit Context Integration
A TortoiseGit Plugin for Sublime Text
…because who has time to Open Containing Folder...
and THEN use TortoiseGit?
A simple plugin to expose the best of the TortoiseGit GUI to the Sublime Text 2 or Sublime Text 3 context menu.
Adds the following to the context menu for an active file:
- Diff
- Show log
- Check for modifications
- Blame
- Commit…
- Commit (repo)…
- Sync (repo)…
Adds the following to the context menu in the side bar:
- Diff
- Show log
- Check for modifications
- Blame
- Commit…
- Sync…
If there is no active file, it tries to guess the “relevant” repository by looking at the project file or the first open folder. In the side bar, it runs the command for the selected directory or file.
Installation
Please be sure you have installed the prerequisites before expecting this to work:
- Sublime Text 2/3
- TortoiseGit
You can install using Package Control, or manually install it. Instructions for both follow.
Using Package Control
In Sublime Text's menu, choose: Preferences > Package Control: Install Package
Then just type in TortoiseGit Context Integration
, click it, and away you go!
Manually Install
If you don't use Package Control, you can do the following:
- Go to folder
Packages
: It can be found at%APPDATA%\Sublime Text 3\Packages
. Also, clickingPreferences/Browse Packages...
in Sublime Text will open the right directory. - In that directory, run
git clone git@github.com:ses4j/tgit-st3.git
.
Configuration
If your TortoiseGitProc.exe
is not installed in C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe
(the normal place) AND if it's not in your PATH, you may need to configure the plugin settings.
Thanks
Thanks to the authors and contributors of the following repositories, from whom I got useful direction: