Skip to content

Instantly share code, notes, and snippets.

@boundsj
Last active December 27, 2015 10:49
Show Gist options
  • Save boundsj/7314358 to your computer and use it in GitHub Desktop.
Save boundsj/7314358 to your computer and use it in GitHub Desktop.
Add PivotalCoreKit as a submodule
# 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