diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-10-16 14:16:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-10-16 14:16:42 -0700 |
commit | 1cb3324e6152f3b35a7175b84a82b714290090fa (patch) | |
tree | 2b712a7b8e8ef91d8f8318b2107f63cd01feb02f /Documentation/git-push.txt | |
parent | 670a3c1d5a27bfb1cc6b526559c6f5874f00042f (diff) | |
parent | 673151a9bb56ec97fab66746e3aecef78fddb9b8 (diff) | |
download | git-1cb3324e6152f3b35a7175b84a82b714290090fa.tar.gz |
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.txt | 2 |
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]] |