Skip to content

Commit 4e8414e

Browse files
committed
doc: make it easier to find custom command information
Git supports creating additional commands through aliases, and through placement of executables with a "git-" prefix in the PATH. This information was not easy enough to find - users will look for this information around the command description, but the documentation exists in other locations. Update the "GIT COMMANDS" section to reference the relevant sections, making it easier for to find this information. Signed-off-by: Omri Sarig <omri.sarig13@gmail.com>
1 parent 795c338 commit 4e8414e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/git.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,10 @@ GIT COMMANDS
235235
------------
236236
237237
We divide Git into high level ("porcelain") commands and low level
238-
("plumbing") commands.
238+
("plumbing") commands. For defining command aliases, see
239+
linkgit:git-config[1] and look for descriptions of `alias.*`.
240+
For installing custom "git" subcommands, see the description for
241+
the 'PATH' environment variable in this manual.
239242
240243
High-level commands (porcelain)
241244
-------------------------------

0 commit comments

Comments
 (0)