Skip to content

Instantly share code, notes, and snippets.

@dodikk
Created October 6, 2014 10:59
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 dodikk/c98a1ef82310c9d84a68 to your computer and use it in GitHub Desktop.
Save dodikk/c98a1ef82310c9d84a68 to your computer and use it in GitHub Desktop.
Emulating submodule in svn or other VCS
#!/bin/bash
git clone <myRepo.git>
git checkout <commit hash GUID/tag name/branch name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment