Last active
December 27, 2015 10:49
-
-
Save boundsj/7314358 to your computer and use it in GitHub Desktop.
Add PivotalCoreKit as a submodule
This file contains hidden or 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
# bash -c "$(curl -fsSL https://gist.github.com/boundsj/7314358/raw/be3e7f29f6d69b067bf9696fa4ebbaab07c62c82/pckit.sh)" | |
EXTERNALS="Externals" | |
if [ ! -d $EXTERNALS ]; then | |
mkdir Externals | |
fi | |
git submodule add https://github.com/pivotal/PivotalCoreKit.git Externals/PivotalCoreKit | |
git submodule init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment