user3478057
user3478057

Reputation: 11

Need tips to create a sublime text plugin for Git

I'm already familiar with the basics of sublime plugins and created a few simple ones. But now I would like to write a plugin which uses Git, and I'm not know where to start.

Upvotes: 0

Views: 38

Answers (1)

Evandro Coan
Evandro Coan

Reputation: 9418

Start reading/studing the current git's plugins code for Sublime Text:

  1. https://github.com/jisaacks/GitGutter
  2. https://github.com/kemayo/sublime-text-git

Upvotes: 2

Related Questions