Skip to content

Instantly share code, notes, and snippets.

@amadden80
Last active August 29, 2015 14:00
Show Gist options
  • Save amadden80/11197535 to your computer and use it in GitHub Desktop.
Save amadden80/11197535 to your computer and use it in GitHub Desktop.
git-hook-fix
cd ~/code/wdi/WDI_NYC_Apr14_Proto/.git/hooks
mv pre-commit pre-commit-temp.sample
cd ../..
# Make the file the way they "should" be
git add -A
git commit -m "git hook hack"
cd ~/code/wdi/WDI_NYC_Apr14_Proto/.git/hooks
mv pre-commit-temp.sample pre-commit
cd ../..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment