
22 Jul
2015
22 Jul
'15
6:39 a.m.
On Tue, Jul 21, 2015 at 6:06 PM, Ömer Sinan Ağacan
+1 from me. I only use it for `get` command after changing branches, and I think I can just as easily do same thing with `git submodule update --checkout`. (is that right?)
That is correct, although `--checkout` is I the default, so just `git submodule update` also works.