Git submodule
A git repo inside a git repo is a submodule.
Submodules follow special rules, and need setup and special commands to commit to.
todo add commands:
Backlinks¶
- Obsidian submodule
- obsidian git backup can fail
- This happened because of a conflict in my git submodule vault.
- git subtree
- The difference with git submodule is that no reference is saved to the original repo, instead it just merges (squashes) in the whole history.
- submodule wikilink clashes