brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

Make path to git executable configurable #1304

Closed rovf closed 8 years ago

rovf commented 8 years ago

Git is not necessarily in the PATH when Brackets is started. For example, I use Brackets for Windows and the Cygwin version of Git, and to not have my Windows tools interfer with the Git commands, I have the Cygwin bin directory (which contains git.exe) only in the PATH when running one of the Cygwin shells.

I suggest that you add a configuration parameter to brackets-git, which allows to specify the directory, where git can be found.

zaggino commented 8 years ago

That's already configurable in File -> Git Settings... -> Git configuration tab

rovf commented 8 years ago

Thank you! I didn't notice the "Git Settings" menu under "File".