|
|
|
|
|
by fanf2
1201 days ago
|
|
I had awful problems with git submodules in the Ansible repo. When I wanted to change branch, I couldn’t use `git checkout` as usual: I had to blow away the submodules, switch branch, then reinitialize them again. Appalling failure to leave submodules so unfinished that branching doesn’t work properly any more. |
|
`git config --global submodule.recurse true`