-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: add a new man page for "git-help"
Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Christian Couder
authored and
Junio C Hamano
committed
Dec 4, 2007
1 parent
17ef10d
commit 0f6f195
Showing
4 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
git-help(1) | ||
====== | ||
|
||
NAME | ||
---- | ||
git-help - display help information about git | ||
|
||
SYNOPSIS | ||
-------- | ||
'git help' [-a|--all] [COMMAND] | ||
|
||
DESCRIPTION | ||
----------- | ||
|
||
With no options and no COMMAND given, the synopsis of the 'git' | ||
command and a list of the most commonly used git commands are printed | ||
on the standard output. | ||
|
||
If the option '--all' or '-a' is given, then all available commands are | ||
printed on the standard output. | ||
|
||
If a git command is named, a manual page for that command is brought | ||
up. The 'man' program is used by default for this purpose. | ||
|
||
Note that 'git --help ...' is identical as 'git help ...' because the | ||
former is internally converted into the latter. | ||
|
||
OPTIONS | ||
------- | ||
-a|--all:: | ||
|
||
Prints all the available commands on the standard output. This | ||
option superseeds any other option. | ||
|
||
Author | ||
------ | ||
Written by Junio C Hamano <gitster@pobox.com> and the git-list | ||
<git@vger.kernel.org>. | ||
|
||
Documentation | ||
------------- | ||
Initial documentation was part of the gitlink:git[7] man page. | ||
Christian Couder <chriscool@tuxfamily.org> extracted and rewrote it a | ||
little. Maintenance is done by the git-list <git@vger.kernel.org>. | ||
|
||
GIT | ||
--- | ||
Part of the gitlink:git[7] suite |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters