aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
-------------------------------