mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-15 12:58:18 -06:00
Merge branch 'km/submodule-doc-use-sm-path'
Docfix. * km/submodule-doc-use-sm-path: submodule foreach: replace $path with $sm_path in example
This commit is contained in:
commit
b2099ebb12
@ -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…
x
Reference in New Issue
Block a user