kemayo / sublime-text-git

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

Make something similiar like the command git status from other SublimeGit package #537

Open robinrosenstock opened 6 years ago

robinrosenstock commented 6 years ago

I like the functionality of SublimeGit's command git status much better than in this package, but this package has much more contributors.. So, maybe I contribute to this package and add something similiar as the git status command from the other SublimeGit package. But is there a demand for it or is it even desired to add this functionality or just keep this plugin simple?

kemayo commented 6 years ago

Hard to say -- could you describe how its take on git status differs from this one?

robinrosenstock commented 6 years ago

Well, just try it out, then you'll see. It open another tab inside Sublime text and lists all modified files. For every file one line. And when you are in the line and want to commit you just press the corresponding keybinding and the status in this line will change.