-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows! #4
Comments
Peeps still uses windows?!? |
@jrans looks great. |
@ryanpcmcquen sadly, Windows is not going away any time soon... Most "Big" companies still use windows (because they don't know any better...) so we have to consider it... |
Haha, I know. I am always surprised when I meet devs who use it, but it takes all kinds, right? :-P |
Yeah, even IBM have realised that Mac has lower Total Cost of Ownership: http://www.computerworld.com/article/2998315/apple-mac/every-mac-we-buy-is-making-and-saving-ibm-money-ibm.html Its a case of: |
+ Address issue #4 and problems you may face with pre-commit. + Write advanced section on how to write your own. + Update other languages section to suggest writing you own.
I think the problem is pre-commit uses fs.symlink to copy git hook into .git folder but you may need admin rights to this in Windows. Have made a PR to README to suggest how you can write your own copy them over. This may also help with all other languages as can just use them to write the scripts! |
@jrans this Commit message on the pre-commit module says it all: Thanks for adding the advanced section. 👍 |
We need to test our pre-commit hooks with windows... 💻
@jrans please keep us posted with your progress on this quest! 👍
The text was updated successfully, but these errors were encountered: