Created
July 8, 2014 17:21
-
-
Save babelian/1cd750d19684b08787bd to your computer and use it in GitHub Desktop.
git_clone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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