Skip to content

Commit d4b2a79

Browse files
committed
Merge branch 'os/doc-git-custom-commands'
Doc update. * os/doc-git-custom-commands: doc: make it easier to find custom command information
2 parents a11f0ad + beca0ca commit d4b2a79

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)