A quicker way to delete a Github repository or change its visibility through gh cli app
Posts for: #Tips
A Cheaper Way to Renew Apple Developer Account
My experiencing renewing Apple Dev account
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.