Merge branch 'km/submodule-doc-use-sm-path'
Docfix. * km/submodule-doc-use-sm-path: submodule foreach: replace $path with $sm_path in examplemaint
commit
b2099ebb12
Documentation
|
@ -229,7 +229,7 @@ As an example, the command below will show the path and currently
|
|||
checked out commit for each submodule:
|
||||
+
|
||||
--------------
|
||||
git submodule foreach 'echo $path `git rev-parse HEAD`'
|
||||
git submodule foreach 'echo $sm_path `git rev-parse HEAD`'
|
||||
--------------
|
||||
|
||||
sync [--recursive] [--] [<path>...]::
|
||||
|
|
Loading…
Reference in New Issue