kemayo / sublime-text-git

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

A command for git --version #523

Open tedmiston opened 7 years ago

tedmiston commented 7 years ago

Is it possible to confirm which git version the plugin is running from within Sublime?

I've configured git_command in my user settings to point to Homebrew git at /usr/local/bin/git, but I would like to verify that it is working.

I searched for a command like Version, Info, Debug, or Support but didn't see it available. GitGutter provides a similar command "Support Info".