alirezanet / Husky.Net

Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
https://alirezanet.github.io/Husky.Net/
MIT License
632 stars 29 forks source link

Add an option to specify git path #53

Closed viktor-nikolaev closed 1 year ago

viktor-nikolaev commented 1 year ago

Details

Hi! On some environments we don't have git installed system-wide. Is there any option to specify git path to a local installation folder?

alirezanet commented 1 year ago

Hi @viktor-nikolaev,

Not yet but if I find a valid use case I'll add some configuration for that, Can't you add your git executable path to the local user path environment variable?