Sébastien Guimmara | 413f50b | 2015-05-21 19:39:19 +0200 | [diff] [blame] | 1 | # common commands are grouped by themes |
| 2 | # these groups are output by 'git help' in the order declared here. |
| 3 | # map each common command in the command list to one of these groups. |
| 4 | ### common groups (do not change this line) |
| 5 | init start a working area (see also: git help tutorial) |
| 6 | worktree work on the current change (see also: git help everyday) |
| 7 | info examine the history and state (see also: git help revisions) |
| 8 | history grow, mark and tweak your common history |
| 9 | remote collaborate (see also: git help workflows) |
| 10 | |
Eric Sunshine | 11c6659 | 2015-05-21 19:39:18 +0200 | [diff] [blame] | 11 | ### command list (do not change this line) |
Sébastien Guimmara | bf990a2 | 2015-05-08 21:29:35 +0200 | [diff] [blame] | 12 | # command name category [deprecated] [common] |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 13 | git-add mainporcelain worktree |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 14 | git-am mainporcelain |
| 15 | git-annotate ancillaryinterrogators |
| 16 | git-apply plumbingmanipulators |
| 17 | git-archimport foreignscminterface |
| 18 | git-archive mainporcelain |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 19 | git-bisect mainporcelain info |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 20 | git-blame ancillaryinterrogators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 21 | git-branch mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 22 | git-bundle mainporcelain |
| 23 | git-cat-file plumbinginterrogators |
| 24 | git-check-attr purehelpers |
Adam Spiers | 368aa52 | 2013-01-06 16:58:13 +0000 | [diff] [blame] | 25 | git-check-ignore purehelpers |
Eric Sunshine | 226ad34 | 2013-07-12 20:53:10 -0400 | [diff] [blame] | 26 | git-check-mailmap purehelpers |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 27 | git-checkout mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 28 | git-checkout-index plumbingmanipulators |
| 29 | git-check-ref-format purehelpers |
| 30 | git-cherry ancillaryinterrogators |
| 31 | git-cherry-pick mainporcelain |
| 32 | git-citool mainporcelain |
| 33 | git-clean mainporcelain |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 34 | git-clone mainporcelain init |
Nguyễn Thái Ngọc Duy | 7e29b82 | 2012-04-21 11:44:32 +0700 | [diff] [blame] | 35 | git-column purehelpers |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 36 | git-commit mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 37 | git-commit-tree plumbingmanipulators |
| 38 | git-config ancillarymanipulators |
| 39 | git-count-objects ancillaryinterrogators |
Matthieu Moy | fa0aad4 | 2012-08-08 09:58:27 +0200 | [diff] [blame] | 40 | git-credential purehelpers |
Jeff King | c6632eb | 2012-08-08 14:34:49 -0400 | [diff] [blame] | 41 | git-credential-cache purehelpers |
| 42 | git-credential-store purehelpers |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 43 | git-cvsexportcommit foreignscminterface |
| 44 | git-cvsimport foreignscminterface |
| 45 | git-cvsserver foreignscminterface |
| 46 | git-daemon synchingrepositories |
| 47 | git-describe mainporcelain |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 48 | git-diff mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 49 | git-diff-files plumbinginterrogators |
| 50 | git-diff-index plumbinginterrogators |
| 51 | git-diff-tree plumbinginterrogators |
David Aguilar | afcbc8e | 2009-04-07 01:21:20 -0700 | [diff] [blame] | 52 | git-difftool ancillaryinterrogators |
Sébastien Guimmara | bf990a2 | 2015-05-08 21:29:35 +0200 | [diff] [blame] | 53 | git-fast-export ancillarymanipulators |
| 54 | git-fast-import ancillarymanipulators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 55 | git-fetch mainporcelain remote |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 56 | git-fetch-pack synchingrepositories |
| 57 | git-filter-branch ancillarymanipulators |
| 58 | git-fmt-merge-msg purehelpers |
| 59 | git-for-each-ref plumbinginterrogators |
| 60 | git-format-patch mainporcelain |
Sébastien Guimmara | bf990a2 | 2015-05-08 21:29:35 +0200 | [diff] [blame] | 61 | git-fsck ancillaryinterrogators |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 62 | git-gc mainporcelain |
| 63 | git-get-tar-commit-id ancillaryinterrogators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 64 | git-grep mainporcelain info |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 65 | git-gui mainporcelain |
| 66 | git-hash-object plumbingmanipulators |
Sébastien Guimmara | bf990a2 | 2015-05-08 21:29:35 +0200 | [diff] [blame] | 67 | git-help ancillaryinterrogators |
Tarmigan Casebolt | 5717b47 | 2009-12-26 12:01:07 -0500 | [diff] [blame] | 68 | git-http-backend synchingrepositories |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 69 | git-http-fetch synchelpers |
| 70 | git-http-push synchelpers |
| 71 | git-imap-send foreignscminterface |
| 72 | git-index-pack plumbingmanipulators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 73 | git-init mainporcelain init |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 74 | git-instaweb ancillaryinterrogators |
Christian Couder | dfd66dd | 2014-10-13 20:16:33 +0200 | [diff] [blame] | 75 | git-interpret-trailers purehelpers |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 76 | gitk mainporcelain |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 77 | git-log mainporcelain info |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 78 | git-ls-files plumbinginterrogators |
| 79 | git-ls-remote plumbinginterrogators |
| 80 | git-ls-tree plumbinginterrogators |
| 81 | git-mailinfo purehelpers |
| 82 | git-mailsplit purehelpers |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 83 | git-merge mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 84 | git-merge-base plumbinginterrogators |
| 85 | git-merge-file plumbingmanipulators |
| 86 | git-merge-index plumbingmanipulators |
| 87 | git-merge-one-file purehelpers |
| 88 | git-mergetool ancillarymanipulators |
| 89 | git-merge-tree ancillaryinterrogators |
| 90 | git-mktag plumbingmanipulators |
| 91 | git-mktree plumbingmanipulators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 92 | git-mv mainporcelain worktree |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 93 | git-name-rev plumbinginterrogators |
Johannes Schindelin | 65d9fb4 | 2009-10-09 12:21:58 +0200 | [diff] [blame] | 94 | git-notes mainporcelain |
Pete Wyckoff | b6f9305 | 2012-04-08 20:18:00 -0400 | [diff] [blame] | 95 | git-p4 foreignscminterface |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 96 | git-pack-objects plumbingmanipulators |
| 97 | git-pack-redundant plumbinginterrogators |
| 98 | git-pack-refs ancillarymanipulators |
| 99 | git-parse-remote synchelpers |
| 100 | git-patch-id purehelpers |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 101 | git-prune ancillarymanipulators |
| 102 | git-prune-packed plumbingmanipulators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 103 | git-pull mainporcelain remote |
| 104 | git-push mainporcelain remote |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 105 | git-quiltimport foreignscminterface |
| 106 | git-read-tree plumbingmanipulators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 107 | git-rebase mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 108 | git-receive-pack synchelpers |
| 109 | git-reflog ancillarymanipulators |
| 110 | git-relink ancillarymanipulators |
| 111 | git-remote ancillarymanipulators |
| 112 | git-repack ancillarymanipulators |
SZEDER Gábor | 3240269 | 2009-10-11 23:08:25 +0200 | [diff] [blame] | 113 | git-replace ancillarymanipulators |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 114 | git-request-pull foreignscminterface |
| 115 | git-rerere ancillaryinterrogators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 116 | git-reset mainporcelain worktree |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 117 | git-revert mainporcelain |
| 118 | git-rev-list plumbinginterrogators |
| 119 | git-rev-parse ancillaryinterrogators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 120 | git-rm mainporcelain worktree |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 121 | git-send-email foreignscminterface |
| 122 | git-send-pack synchingrepositories |
| 123 | git-shell synchelpers |
| 124 | git-shortlog mainporcelain |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 125 | git-show mainporcelain info |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 126 | git-show-branch ancillaryinterrogators |
| 127 | git-show-index plumbinginterrogators |
| 128 | git-show-ref plumbinginterrogators |
Jeff King | 63b9039 | 2012-08-08 14:34:39 -0400 | [diff] [blame] | 129 | git-sh-i18n purehelpers |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 130 | git-sh-setup purehelpers |
| 131 | git-stash mainporcelain |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 132 | git-status mainporcelain info |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 133 | git-stripspace purehelpers |
| 134 | git-submodule mainporcelain |
| 135 | git-svn foreignscminterface |
| 136 | git-symbolic-ref plumbingmanipulators |
Sébastien Guimmara | 2f5b495 | 2015-05-21 19:39:21 +0200 | [diff] [blame] | 137 | git-tag mainporcelain history |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 138 | git-unpack-file plumbinginterrogators |
| 139 | git-unpack-objects plumbingmanipulators |
| 140 | git-update-index plumbingmanipulators |
| 141 | git-update-ref plumbingmanipulators |
| 142 | git-update-server-info synchingrepositories |
| 143 | git-upload-archive synchelpers |
| 144 | git-upload-pack synchelpers |
| 145 | git-var plumbinginterrogators |
Michael J Gruber | d07b00b | 2014-06-23 09:05:49 +0200 | [diff] [blame] | 146 | git-verify-commit ancillaryinterrogators |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 147 | git-verify-pack plumbinginterrogators |
| 148 | git-verify-tag ancillaryinterrogators |
Jakub Narebski | 86ce2d5 | 2011-10-16 13:07:33 +0200 | [diff] [blame] | 149 | gitweb ancillaryinterrogators |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 150 | git-whatchanged ancillaryinterrogators |
Nguyễn Thái Ngọc Duy | df0b6cf | 2015-06-29 19:51:18 +0700 | [diff] [blame] | 151 | git-worktree mainporcelain |
Junio C Hamano | 79d3066 | 2007-12-01 23:39:19 -0800 | [diff] [blame] | 152 | git-write-tree plumbingmanipulators |