PoshCode / PSGit

A PowerShell implementation of Git, mapping git commands to Verb-Noun and objects.
105 stars 15 forks source link

Local Hook Support #32

Open jrich523 opened 9 years ago

jrich523 commented 9 years ago

We'll want to add Hooks to the appropriate cmdlets since libgit2 doesnt support hooks

still need to figure out cmdlet names but as an example Save-Branch should look for a pre-commit.ps1 in .git/hooks

etc etc