Skip to content

Instantly share code, notes, and snippets.

@lsloan
Forked from iracooke/submodulewiki.md
Created October 14, 2016 18:04
Show Gist options
  • Save lsloan/2d691691fafde6e0d7b12077d556b7e8 to your computer and use it in GitHub Desktop.
Save lsloan/2d691691fafde6e0d7b12077d556b7e8 to your computer and use it in GitHub Desktop.
Wiki as a submodule

From within the parent repo do

        git submodule add git@bitbucket.org:iracooke/transcriptomes.git/wiki wiki
        git commit -m "Adding wiki as submodule"
        git push

Making changes to the wiki and to the parent require separate git commit commands.

More helpful advice to be found here

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