summaryrefslogtreecommitdiffstats
path: root/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-18 11:32:19 -0700
committerJunio C Hamano <gitster@pobox.com>2018-06-18 11:32:19 -0700
commit14e6683c9ffe288fd03fe38170e3d255056a7841 (patch)
treea3248ef8aa66bb4132fd6442a25d39a151b8173b /git-submodule.txt
parent49bcf742a2710071f132cc7efcad8c4f4d7f0984 (diff)
downloadgit-htmldocs-14e6683c9ffe288fd03fe38170e3d255056a7841.tar.gz
Autogenerated HTML docs for v2.18.0-rc2-76-g242ba
Diffstat (limited to 'git-submodule.txt')
-rw-r--r--git-submodule.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-submodule.txt b/git-submodule.txt
index 4a5cc38a6..ef9d9d28a 100644
--- a/git-submodule.txt
+++ b/git-submodule.txt
@@ -42,8 +42,8 @@ have to use '../foo.git' instead of './foo.git' - as one might expect
when following the rules for relative URLs - because the evaluation
of relative URLs in Git is identical to that of relative directories).
+
-The default remote is the remote of the remote tracking branch
-of the current branch. If no such remote tracking branch exists or
+The default remote is the remote of the remote-tracking branch
+of the current branch. If no such remote-tracking branch exists or
the HEAD is detached, "origin" is assumed to be the default remote.
If the superproject doesn't have a default remote configured
the superproject is its own authoritative upstream and the current