All your accounts into one.
This is located at github (here)
-
To checkout, do:
git clone [email protected]:Trisconta/.github.git- ...or, as read-only:
https://github.com/Trisconta/.github.git
-
To update submodules, except a few ones we do not care:
- Linux:
git submodule update --init --recursive $(git config --file .gitmodules --get-regexp path | awk '{print $2}' | grep -v -E 'ext/cpython|deep/diplomacy')
- Windows:
git submodule update --init --recursive condo40, and for each submodule.- Or, recurse all and then:
git submodule deinit -f ext/cpython
- Linux:
...