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

Question: How to rename / Move a submodule? #17

Open EloiStree opened 4 years ago

EloiStree commented 4 years ago
I found following workflow working:

Update .gitmodules
mv oldpath newpath
git rm oldpath
git add newpath
git submodule sync

Source: https://stackoverflow.com/questions/4526910/rename-a-git-submodule