Skip to content

Instantly share code, notes, and snippets.

@babelian
Created July 8, 2014 17:21
Show Gist options
  • Save babelian/1cd750d19684b08787bd to your computer and use it in GitHub Desktop.
Save babelian/1cd750d19684b08787bd to your computer and use it in GitHub Desktop.
git_clone
git clone https://github.com/pledgemusic/$1.git $2
cd $2
git submodule init
git submodule update
cd vendor/gems/pledge_core
git checkout master
cp .githooks/* ../../../.git/modules/vendor/gems/pledge_core/hooks/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment