1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 17:36:28 +02:00
git/Documentation/howto
Sébastien Guimmara 413f50b901 command-list.txt: add the common groups block
The ultimate goal is for "git help" to display common commands in
groups rather than alphabetically. As a first step, define the
groups in a new block, and then assign a group to each
common command.

Add a block at the beginning of command-list.txt:

    init         start a working area (see also: git help tutorial)
    worktree     work on the current change (see also:[...]
    info         examine the history and state (see also: git [...]
    history      grow, mark and tweak your history
    remote       collaborate (see also: git help workflows)

storing information about common commands group, then map each common
command to a group:

    git-add          mainporcelain        common worktree

Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by:  Emma Jane Hogbin Westby <emma.westby@gmail.com>
Signed-off-by: Sébastien Guimmara <sebastien.guimmara@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-05-21 13:03:37 -07:00
..
keep-canonical-history-correct.txt How to keep a project's canonical history correct. 2014-05-28 13:35:43 -07:00
maintain-git.txt howto/maintain-git.txt: new version numbering scheme 2014-02-05 14:14:00 -08:00
new-command.txt command-list.txt: add the common groups block 2015-05-21 13:03:37 -07:00
rebase-from-internal-branch.txt Documentation: fix misuses of "nor" 2014-03-31 15:16:22 -07:00
rebuild-from-update-hook.txt Documentation: the name of the system is 'Git', not 'git' 2013-02-01 13:53:33 -08:00
recover-corrupted-blob-object.txt The name of the hash function is "SHA-1", not "SHA1" 2013-04-15 11:08:37 -07:00
recover-corrupted-object-harder.txt howto: document more tools for recovery corruption 2015-04-01 22:44:03 -07:00
revert-a-faulty-merge.txt Documentation: fix misuses of "nor" 2014-03-31 15:16:22 -07:00
revert-branch-rebase.txt Documentation: fix misuses of "nor" 2014-03-31 15:16:22 -07:00
separating-topic-branches.txt Documentation/howto: convert plain text files to asciidoc 2012-10-18 10:51:34 -07:00
setup-git-server-over-http.txt Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issues 2014-05-21 13:57:10 -07:00
update-hook-example.txt Documentation/howto: convert plain text files to asciidoc 2012-10-18 10:51:34 -07:00
use-git-daemon.txt Documentation: the name of the system is 'Git', not 'git' 2013-02-01 13:53:33 -08:00
using-merge-subtree.txt correct spelling: an URL -> a URL 2012-03-28 08:47:23 -07:00
using-signed-tag-in-pull-request.txt Documentation: the name of the system is 'Git', not 'git' 2013-02-01 13:53:33 -08:00