Git Cheat Sheet
May 18, 2018 1 min read- Sub-modules
git submodule add [https://thing.com/boop.git] [PATH (.)(myFolder/anotherFolder)]
- Remove newly ignored files
git rm --cached <filename>
Teh Lemon's blog
git submodule add [https://thing.com/boop.git] [PATH (.)(myFolder/anotherFolder)]
git rm --cached <filename>