Merge branch 'os/doc-git-custom-commands' into jch

Doc update.

* os/doc-git-custom-commands:
  doc: make it easier to find custom command information
This commit is contained in:
Junio C Hamano
2026-03-09 14:38:33 -07:00

View File

@@ -235,7 +235,10 @@ GIT COMMANDS
------------
We divide Git into high level ("porcelain") commands and low level
("plumbing") commands.
("plumbing") commands. For defining command aliases, see
linkgit:git-config[1] and look for descriptions of `alias.*`.
For installing custom "git" subcommands, see the description for
the 'PATH' environment variable in this manual.
High-level commands (porcelain)
-------------------------------