Skip to content

Instantly share code, notes, and snippets.

@tsbarnes
Created November 22, 2014 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsbarnes/1c81be1311bc94be1015 to your computer and use it in GitHub Desktop.
Save tsbarnes/1c81be1311bc94be1015 to your computer and use it in GitHub Desktop.
Post-checkout hook for Ruby repos to run hookup
# use `hookup` gem if it's installed
if command -v hookup > /dev/null; then
hookup post-checkout "$@"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment