mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
Documentation/git-submodule.txt: fix doubled word
Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
1eb7e2f834
commit
77ef80a83e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ COMMANDS
|
|||
add::
|
||||
Add the given repository as a submodule at the given path
|
||||
to the changeset to be committed next to the current
|
||||
project: the current project is termed termed the "superproject".
|
||||
project: the current project is termed the "superproject".
|
||||
+
|
||||
This requires two arguments: <repository> and <path>.
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue