hisaac.net
hisaac.wiki
Archives
Search
Feed
Wiki
About
Artifacts
Blog
Canon
More
What I'm Doing `/now`
Use a Regular Font and Nerd Font Together
Date
May 19, 2024
Next
TIL
Small bits of learnings
Previously
Remove a Submodule
How to remove a submodule from a git repository: git rm <path-to-submodule> rm -rf .git/modules/<path-to-submodule> git config --remove-section