Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Git Hooks: How to Make Friends

Git Hooks: How to Make Friends

Joseph Hsu

April 14, 2012
Tweet

More Decks by Joseph Hsu

Other Decks in Programming

Transcript

  1. Git hooks http://book.git-scm.com/5_git_hooks.html Hooks are little scripts you can place

    in $GIT_DIR/ hooks directory to trigger action at certain points.