I\'m using git submodule and git submodule update --init --recursive command is slow (8 sec) although there seems no changes to be updated.
git submodule update --init --recursive
I want to de
Since there is no change to actually checkout and copy, that leaves two main root causes:
git submodule update