kemayo / sublime-text-git

Plugin for some git integration into sublime text
MIT License
2.83k stars 391 forks source link

Quick Commit not working all together #550

Open stdrew opened 6 years ago

stdrew commented 6 years ago

I tried for single file and repo. Nothing happens at all. Verified in terminal nothing was added/committed Regular add and commit of file/rep works great, just not the quick commit, which is so very useful.

note: I did verify that git commit -am "message" works in my terminal, so it's not a local git issue.

Thanks.