😗
😗
😗
😗
tbm98
Search…
About
About
Git
Remove a Git Submodule
CI/CD
Setup codemagic auto deploy ios app to Apple connect/testFlight
Deployment
Deploy android app
Deploy ios app
Deploy server laravel using docker on ubuntu
Install Nginx and Let’s Encrypt with Docker – Ubuntu 20.04
Install Docker and Github cli on Ubuntu (21/1/2022)
CircleCI ssh to Ubuntu server to deploy
Powered By
GitBook
Remove a Git Submodule
Remove the submodule files from the working tree and index:
git rm --cached path_to_submodule
Remove the submodule’s .git directory:
rm -rf .git/modules/path_to_submodule
Delete the now untracked submodule files:
rm -rf path_to_submodule
source:
How do I remove a submodule?
​
About - Previous
About
Next - CI/CD
Setup codemagic auto deploy ios app to Apple connect/testFlight
Last modified
4mo ago
Copy link