summaryrefslogtreecommitdiff
path: root/Documentation/git-push.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2014-10-16 14:16:42 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-10-16 14:16:42 -0700
commit1cb3324e6152f3b35a7175b84a82b714290090fa (patch)
tree2b712a7b8e8ef91d8f8318b2107f63cd01feb02f /Documentation/git-push.txt
parentUpdate draft release notes to 2.2 (diff)
parentdoc: add 'everyday' to 'git help' (diff)
downloadtgif-1cb3324e6152f3b35a7175b84a82b714290090fa.tar.xz
Merge branch 'po/everyday-doc'
"git help everyday" to show the Everyday Git document. * po/everyday-doc: doc: add 'everyday' to 'git help' doc: Makefile regularise OBSOLETE_HTML list building doc: modernise everyday.txt wording and format in man page style
Diffstat (limited to 'Documentation/git-push.txt')
-rw-r--r--Documentation/git-push.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt
index b17283ab7a..21b3f29c3b 100644
--- a/Documentation/git-push.txt
+++ b/Documentation/git-push.txt
@@ -34,7 +34,7 @@ When the command line does not specify what to push with `<refspec>...`
arguments or `--all`, `--mirror`, `--tags` options, the command finds
the default `<refspec>` by consulting `remote.*.push` configuration,
and if it is not found, honors `push.default` configuration to decide
-what to push (See linkgit:git-config[1] for the meaning of `push.default`).
+what to push (See gitlink:git-config[1] for the meaning of `push.default`).
OPTIONS[[OPTIONS]]