diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:30 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-12-01 09:04:30 -0800 |
| commit | ecbddd16bb2c725ad2305fd911bf237d845c862b (patch) | |
| tree | 65997c75182949afad32cc2593e148cf65568f33 | |
| parent | 532d983823b19e0f7c0df0a70abcb237a06b2870 (diff) | |
| parent | 762d5b4f46c98406e94e863133d64d2a1090ca4a (diff) | |
| download | git-ecbddd16bb2c725ad2305fd911bf237d845c862b.tar.xz | |
Merge branch 'pb/help-list-gitsubmodules-among-guides'
Help update.
* pb/help-list-gitsubmodules-among-guides:
help: add gitsubmodules to the list of guides
| -rw-r--r-- | Documentation/gitsubmodules.txt | 2 | ||||
| -rw-r--r-- | command-list.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/gitsubmodules.txt b/Documentation/gitsubmodules.txt index 0a890205b8..c476f891b5 100644 --- a/Documentation/gitsubmodules.txt +++ b/Documentation/gitsubmodules.txt @@ -3,7 +3,7 @@ gitsubmodules(7) NAME ---- -gitsubmodules - mounting one repository inside another +gitsubmodules - Mounting one repository inside another SYNOPSIS -------- diff --git a/command-list.txt b/command-list.txt index a9ac72bef4..72e435c5a3 100644 --- a/command-list.txt +++ b/command-list.txt @@ -203,6 +203,7 @@ gitmodules guide gitnamespaces guide gitrepository-layout guide gitrevisions guide +gitsubmodules guide gittutorial-2 guide gittutorial guide gitworkflows guide |
