项目作者: wjtools

项目描述 :
A TortoiseGit Plugin for [Sublime Text](http://www.sublimetext.com)
高级语言: Python
项目地址: git://github.com/wjtools/sublime-tortoise-git.git
创建时间: 2021-04-20T02:37:21Z
项目社区:https://github.com/wjtools/sublime-tortoise-git

开源协议:

下载


Sublime TortoiseGit

A TortoiseGit Plugin for Sublime Text.

Usage

Install it using Sublime Package Control.

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:

  1. {
  2. // Auto close update dialog when no errors, conflicts and merges
  3. "auto_close_pull_dialog": false,
  4. "tortoisegit_path": "C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe"
  5. }

Thanks

Thanks to the authors and contributors of the following repositories,
from whom I got useful direction: