Is it possible to run PowerShell scripts as git hooks?
I am running git in a PowerShell prompt, which shouldn't make any difference, but I can't seem to get them to work, as the hooks are named without extensions, and PowerShell needs (AFAIK) the .ps1 extension. I am not sure if that is the issue, or something else.
Thanks, Erick
githooksmanpage. I have no idea if there is different documentation provided for the Windows version(s). – intuited Apr 12 '11 at 6:09powershell -file someScript.ps1 args– Јοеу Oct 4 '11 at 10:39