Skip to content

Commit d4fdeed

Browse files
committed
Merge branch 'po/git-help-on-git-itself'
"git help git" was hard to discover (well, at least for some people). * po/git-help-on-git-itself: Doc: git.txt: remove backticks from link and add git-scm.com/docs git.c: show usage for accessing the git(1) help page
2 parents 55b34f3 + e2dca45 commit d4fdeed

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ individual Git commands with "git help command". linkgit:gitcli[7]
3333
manual page gives you an overview of the command-line command syntax.
3434

3535
A formatted and hyperlinked copy of the latest Git documentation
36-
can be viewed at `https://git.github.io/htmldocs/git.html`.
36+
can be viewed at https://git.github.io/htmldocs/git.html
37+
or https://git-scm.com/docs.
3738

3839

3940
OPTIONS

git.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ const char git_usage_string[] =
3333
const char git_more_info_string[] =
3434
N_("'git help -a' and 'git help -g' list available subcommands and some\n"
3535
"concept guides. See 'git help <command>' or 'git help <concept>'\n"
36-
"to read about a specific subcommand or concept.");
36+
"to read about a specific subcommand or concept.\n"
37+
"See 'git help git' for an overview of the system.");
3738

3839
static int use_pager = -1;
3940

0 commit comments

Comments
 (0)