GustavBylund
+46 (0)73 026 26 86hello@gustavbylund.semaisthoInit and pull all git submodules
I always seem to forget some commands. How to pull all the submodules in my dotfiles git repo is something I have to look up every time.
So, mostly for my own future reference, this is the commands used to initialise submodules after a repo has been cloned:
git submodule init
git submodule update --recursive