GitSavvy icon indicating copy to clipboard operation
GitSavvy copied to clipboard

`GitSavvy: check config`

Open divmain opened this issue 9 years ago • 2 comments

This command will check things like:

  • which Git binary are you using?
  • do you have git-flow installed?
  • which version of Git are you using?

And report any problems that may occur with the configuration, like:

  • git push --force behavior
  • Cygwin git issues

divmain avatar Jan 10 '16 08:01 divmain

:+1: I think it can be a good idea to run the command on first install and show a warning alert to user if version/s are old/unsupported.

asfaltboy avatar Jan 11 '16 08:01 asfaltboy

Yeah, this would be nice to load commit template here too. So we don't need to read from disk too many times.

https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration look under: commit.template

stoivo avatar Jan 11 '16 10:01 stoivo