Skip to content

Instantly share code, notes, and snippets.

@dpwrussell
Created May 7, 2014 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpwrussell/c7fb4acd3cb8b763c0d3 to your computer and use it in GitHub Desktop.
Save dpwrussell/c7fb4acd3cb8b763c0d3 to your computer and use it in GitHub Desktop.
snoopy submodules
#wmoore@jabber.lifesci.dundee.ac.uk
#What I do...
brew install hub
git submodule foreach hub remote add snoopycrimecop
git submodule foreach git fetch snoopycrimecop
Then each time I want to build….
git fetch snoopycrimecop
git checkout develop-latest
git reset --hard snoopycrimecop/merge/develop/latest
git submodule foreach hub remote update snoopycrimecop
git submodule update
./build.py clean build
@dpwrussell
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment