Skip to content

Commit 366c8d4

Browse files
bk2204gitster
authored andcommitted
Documentation: change "gitlink" typo in git-push
The git-push manual page used "gitlink" in one place instead of "linkgit". Fix this so the link renders correctly. Noticed-by: Dan Allen <[email protected]> Signed-off-by: brian m. carlson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 673151a commit 366c8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-push.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When the command line does not specify what to push with `<refspec>...`
3333
arguments or `--all`, `--mirror`, `--tags` options, the command finds
3434
the default `<refspec>` by consulting `remote.*.push` configuration,
3535
and if it is not found, honors `push.default` configuration to decide
36-
what to push (See gitlink:git-config[1] for the meaning of `push.default`).
36+
what to push (See linkgit:git-config[1] for the meaning of `push.default`).
3737

3838

3939
OPTIONS[[OPTIONS]]

0 commit comments

Comments
 (0)