Skip to content

Instantly share code, notes, and snippets.

@stack72
Created April 24, 2014 12:22
Show Gist options
  • Save stack72/11252732 to your computer and use it in GitHub Desktop.
Save stack72/11252732 to your computer and use it in GitHub Desktop.
My Repo looks like this
- puppet-modules
- dev-environment
- hiera
etc.
I want to make dev-environment a repository of its own. I don't want to use sub-modules (As they are nasty)
I need the git clone of the puppet-modules repo to bring out the dev-environment repo as well
@shiftkey
Copy link

Git Subtree is the only other option I can think of to submodules: http://git-scm.com/book/ch6-7.html

@VirtueMe
Copy link

+1 on Subtree

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