Skip to content

Instantly share code, notes, and snippets.

@kmccarth
Last active September 25, 2017 18:51
Show Gist options
  • Save kmccarth/867d0e3bcf8e9a0586d001f7dfe81473 to your computer and use it in GitHub Desktop.
Save kmccarth/867d0e3bcf8e9a0586d001f7dfe81473 to your computer and use it in GitHub Desktop.
VentureApp Commit Messages

Run these commands for success!

cd ~;
curl -L http://bit.ly/2vkaF0m >> prepare-commit-msg;
chmod u+x prepare-commit-msg;
cd ~/repos/ventureapp/api/.git/hooks/; rm -f prepare-commit-message; cp ~/prepare-commit-msg prepare-commit-msg;
cd ~/repos/ventureapp/web/.git/hooks/; rm -f prepare-commit-message; cp ~/prepare-commit-msg prepare-commit-msg;
cd ~/repos/ventureapp/ios/.git/hooks/; rm -f prepare-commit-message; cp ~/prepare-commit-msg prepare-commit-msg;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment