1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-27 01:46:34 +02:00

user-manual.txt: add missing section label

We provide a label for each chapter and section except for the "Pitfalls
with submodules" section. Since we're doing it everywhere else, let's do
it here, too.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Martin Ågren 2019-09-22 13:57:56 +02:00 committed by Junio C Hamano
parent 5fa0f5238b
commit e79b34533a

View File

@ -3698,6 +3698,7 @@ $ git push
You have to run `git submodule update` after `git pull` if you want to update
submodules, too.
[[pitfalls-with-submodules]]
Pitfalls with submodules
------------------------