26 Jan
2014
26 Jan
'14
8:18 p.m.
Andrey Semashev wrote:
'git pull' (in superproject) doesn't update submodules. I'm not even sure it fetches their history, but I may be wrong.
'git pull' does update the submodule repositories for me. It doesn't update the files; 'git submodule update' does. What I do is: git pull git submodule update --init cd libs\mymodule git checkout develop