I have a git repo on Github, looks like so: .git/ assets/ tools/ a.sh b.sh c.sh of course the .git folder is not in version control, but you ge
Say I have a dir that is already a git repo "sub", now I want it to be a subtree of my newly created super directory "sup". I've searched the document, but all
What are the conceptual differences between using git submodule and subtree? What are the typical scenarios for each?