Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EloiStree opened this issue May 23, 2020 · 1 comment
Open

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

EloiStree opened this issue May 23, 2020 · 1 comment

Comments

@EloiStree
Copy link
Owner

No description provided.

@EloiStree
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant