aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-16 10:48:14 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-16 10:48:14 -0700
commitd4b2a7908de36697d56e79eecc50d1d92a091041 (patch)
treebd238fae7a5d172b011e04ad4e166cfd5aa29190
parenta11f0ad9928b54a35d660c6b38200d2212d8aeff (diff)
parentbeca0ca4bed5d7eea405e872a197bf226c4b4a85 (diff)
downloadgit-d4b2a7908de36697d56e79eecc50d1d92a091041.tar.xz
Merge branch 'os/doc-git-custom-commands'
Doc update. * os/doc-git-custom-commands: doc: make it easier to find custom command information
-rw-r--r--Documentation/git.adoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git.adoc b/Documentation/git.adoc
index 2b3d1d2d0c..8a5cdd3b3d 100644
--- a/Documentation/git.adoc
+++ b/Documentation/git.adoc
@@ -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)
-------------------------------