Open tedmiston opened 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.
git_command
/usr/local/bin/git
I searched for a command like Version, Info, Debug, or Support but didn't see it available. GitGutter provides a similar command "Support Info".
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".