Sublime Forum

What do you think of my Git plugin?

#1

Hi there,

I have made a simple Git plugin since the existing ones all had some things which I didn’t like. I have put my code on GitHub: https://github.com/tcpluess/sublime_simple_git And I am interested in other user’s opinions. What do you think about my plugin? Should I change some things? Do you have ideas what could be improved or which features should be added?

0 Likes

#2

Hello,

I’ve been using a plugin similar to yours : SidebarGit. It has all the git basic functionalities, and also the possibility to easily customize the context-menu on files and folders.

If you didn’t like existing git plugins ( like I do too :smile: ) maybe you can look after this one.

0 Likes

#3

Hey,
I have improved my Git plugin. It has now pretty much all the commands implemented so that it is almost unnecessary to run Git commands ‘by hand’. If somebody is interested, I would like to share my plugin here:

http://files.kooltek.net/sublime_git-v1.0.0.zip

I know that there are many Git plugins for ST3, but my one includes some features which I didn’t find in the other plugins, like interactive rebase.

0 Likes

#4

Hi, did you look at Git Savvy ? They have interactive rebase and much more :slight_smile:

0 Likes