search for: 1141863

Displaying 1 result from an estimated 1 matches for "1141863".

Did you mean: r141863
2016 May 31
1
[cfe-dev] GitHub anyone?
My company is using submodules for the better or worse. It's not a perfect solution but it can work when using a version of git recent enough and some tooling. The magic command to update everything to the current commit pointed by each submodule : git submodules update --init --recursive To get the latest version you can do: git submodules --init --recursive --remote This by default will get