Skip to content

Instantly share code, notes, and snippets.

@mjurincic
Forked from iracooke/submodulewiki.md
Created September 2, 2019 11:53
Show Gist options
  • Save mjurincic/0d1ce0d14098b1a38daa85558595675a to your computer and use it in GitHub Desktop.
Save mjurincic/0d1ce0d14098b1a38daa85558595675a to your computer and use it in GitHub Desktop.
Wiki as a submodule

From within the parent repo do

        git submodule add [email protected]: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