diff options
author | Tony Finch <dot@dotat.at> | 2014-07-31 16:06:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-31 10:17:37 -0700 |
commit | 2147fa7e19befc10fd21032786b87cdca817b57c (patch) | |
tree | cdc035c2b98f686ea659b631e70e810c45ef72de | |
parent | e6aaa393478bf3ee9f4cde8d82cd258c034cd335 (diff) | |
download | git-2147fa7e19befc10fd21032786b87cdca817b57c.tar.gz git-2147fa7e19befc10fd21032786b87cdca817b57c.tar.xz |
git-push: fix link in man page
Signed-off-by: Tony Finch <dot@dotat.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 9eec74091..ae1817af7 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -33,7 +33,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 gitlink:git-config[1] for the meaning of `push.default`). +what to push (See linkgit:git-config[1] for the meaning of `push.default`). OPTIONS[[OPTIONS]] |