EloiStree / HelloUnityPackage

Exporation of how we can use Git and UnityPackage to create toolbox
https://eloistree.page.link/toolbox
Other
0 stars 1 forks source link

Topic: Can we do a sub-module in a git unity package ? #5

Open EloiStree opened 4 years ago

EloiStree commented 4 years ago

Draft

EloiStree commented 4 years ago

What is sub-modules ?

Youtube Video



If you would like to checkout only one submodule of a submodule, then git submodule update --init is the way to go.

EloiStree commented 4 years ago

Can we have sub module in sub module ?

https://stackoverflow.com/questions/1535524/git-submodule-inside-of-a-submodule-nested-submodules

Git1.6.5

EloiStree commented 4 years ago

Conference on the subject of sub-modules

Youtube Video

Update submodules: https://youtu.be/iv7WwDgyb0U?t=1148

EloiStree commented 4 years ago

What is the difference between Subtrees and SubModules ?

Youtube Video

EloiStree commented 4 years ago

Cool line found here: https://youtu.be/Qe6_foSbWaQ git log --graph --format=oneline --all