Top "Git-subtree" questions

An alternative to the git-submodule command.

How to remove git subtree reference

I added a subtree via git subtree add --prefix=path/to/example --squash [email protected]:johndoe/example.git master …

git git-subtree subtree
git-subtree is not retaining history so I cannot push subtree changes, how can I fix this/avoid this issue in the future?

I've been using the git-subtree extension (https://github.com/apenwarr/git-subtree) to manage sub-projects within our main project. It's doing …

git git-subtree