]> Kevux Git Server - rit/commit
doc: make it easier to find custom command information
authorOmri Sarig <omri.sarig13@gmail.com>
Sat, 7 Mar 2026 17:08:01 +0000 (17:08 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Mar 2026 22:04:23 +0000 (14:04 -0800)
commitbeca0ca4bed5d7eea405e872a197bf226c4b4a85
tree5e1b73ec04d1bd0b4bb00877a06ae051c2ff42b7
parent67ad42147a7acc2af6074753ebd03d904476118f
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.adoc