Back to Browse

How to Use the Remove Git Submodule and Delete it by Example

13.0K views
Jul 28, 2020
3:17

Do you need to remove a git submodule? The git submodule delete command has changed from earlier versions of Git, so don't be fooled. It's a simple three step process. Jut do the git rm command, remove the associated module folder and then clean up the .git config file. That will permanently remove git submodules from your workspace. Then push to origin and the GitLab or GitHub repository will be updated as well.

Download

0 formats

No download links available.

How to Use the Remove Git Submodule and Delete it by Example | NatokHD