Skip to content

Instantly share code, notes, and snippets.

@yuuichi-fujioka
Created April 19, 2013 02:15
Show Gist options
  • Save yuuichi-fujioka/5417640 to your computer and use it in GitHub Desktop.
Save yuuichi-fujioka/5417640 to your computer and use it in GitHub Desktop.
git submodule
git submodule add git://github.com/submodule/url.git submodule
git clone --recursive <git url>
# above == follow
git clone <git url> foo
cd foo
git submodule update --init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment