Posts for: #Tips

How to Completely Remove Git Submodules Within a Repository

I found myself having to google this multiple times so I decide to write it here as a quick references for myself. Git submodules is a way for you to keep a git repository as a subdirectory of another git repository. It’s useful when you want to incorporate and keep track of external code or framework that your project depends on. It’s like a poor man’s version of npm or cocoapods.
Read more