j
k
j a
j l
Adam Wulkiewicz wrote:
Then to be sure: git submodule foreach 'git checkout develop; git pull'
Then to be sure:
git submodule foreach 'git checkout develop; git pull'
That's not needed either, and it provides no additional protection. git pull git submodule update --init is all that's required.
Back to the thread
Back to the list