TFS Git Clone Submodule

Date: 2020-09-16
git config --global credential.helper store
git config --global credential.modalprompt false
(stored in ~/.gitconfig)

file: ~/.git-credentials
> https://user:pass@domain

git submodule update --init
:: git submodule foreach git pull





40540cookie-checkTFS Git Clone Submodule