Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Created October 13, 2014 18:12
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 jczaplew/08d9f7873fcc94fd1d71 to your computer and use it in GitHub Desktop.
Save jczaplew/08d9f7873fcc94fd1d71 to your computer and use it in GitHub Desktop.
Add/update git submodule
git submodule add https://github.com/your/repo presentations/destination_folder
git commit -m "Added submodule"
--make some changes--
cd presentations/destination_folder
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment