blob: a0f84702f891de113fb30b020cbe38b79c466e87 [file] [log] [blame]
Junio C Hamano35738e82008-01-07 07:55:461linkgit:git-add[1]::
Junio C Hamano4cd1c0e2007-08-06 04:39:142Add file contents to the index.
Junio C Hamano7c73c662007-01-19 00:37:503
Junio C Hamano35738e82008-01-07 07:55:464linkgit:git-am[1]::
Junio C Hamano7c73c662007-01-19 00:37:505Apply a series of patches from a mailbox.
6
Junio C Hamano35738e82008-01-07 07:55:467linkgit:git-archive[1]::
Junio C Hamano4ec06712007-06-09 20:39:338Create an archive of files from a named tree.
Junio C Hamano7c73c662007-01-19 00:37:509
Junio C Hamano35738e82008-01-07 07:55:4610linkgit:git-bisect[1]::
Junio C Hamanofd83b8e2009-03-22 08:21:4111Find by binary search the change that introduced a bug.
Junio C Hamano7c73c662007-01-19 00:37:5012
Junio C Hamano35738e82008-01-07 07:55:4613linkgit:git-branch[1]::
Junio C Hamano7c73c662007-01-19 00:37:5014List, create, or delete branches.
15
Junio C Hamano35738e82008-01-07 07:55:4616linkgit:git-bundle[1]::
Junio C Hamano6ac2f142007-03-01 01:24:5617Move objects and refs by archive.
18
Junio C Hamano35738e82008-01-07 07:55:4619linkgit:git-checkout[1]::
Junio C Hamanoa14a4032008-03-25 09:11:0220Checkout a branch or paths to the working tree.
Junio C Hamano7c73c662007-01-19 00:37:5021
Junio C Hamano35738e82008-01-07 07:55:4622linkgit:git-cherry-pick[1]::
Junio C Hamano7c73c662007-01-19 00:37:5023Apply the change introduced by an existing commit.
24
Junio C Hamano35738e82008-01-07 07:55:4625linkgit:git-citool[1]::
Junio C Hamano58784fc2007-06-23 08:48:5726Graphical alternative to git-commit.
27
Junio C Hamano35738e82008-01-07 07:55:4628linkgit:git-clean[1]::
Junio C Hamano7c73c662007-01-19 00:37:5029Remove untracked files from the working tree.
30
Junio C Hamano35738e82008-01-07 07:55:4631linkgit:git-clone[1]::
Junio C Hamano4ec06712007-06-09 20:39:3332Clone a repository into a new directory.
Junio C Hamano7c73c662007-01-19 00:37:5033
Junio C Hamano35738e82008-01-07 07:55:4634linkgit:git-commit[1]::
Junio C Hamano7c73c662007-01-19 00:37:5035Record changes to the repository.
36
Junio C Hamano35738e82008-01-07 07:55:4637linkgit:git-describe[1]::
Junio C Hamano4ad294b2007-01-20 02:22:5038Show the most recent tag that is reachable from a commit.
39
Junio C Hamano35738e82008-01-07 07:55:4640linkgit:git-diff[1]::
Junio C Hamano7c73c662007-01-19 00:37:5041Show changes between commits, commit and working tree, etc.
42
Junio C Hamano35738e82008-01-07 07:55:4643linkgit:git-fetch[1]::
Junio C Hamano7c73c662007-01-19 00:37:5044Download objects and refs from another repository.
45
Junio C Hamano35738e82008-01-07 07:55:4646linkgit:git-format-patch[1]::
Junio C Hamano7c73c662007-01-19 00:37:5047Prepare patches for e-mail submission.
48
Junio C Hamano35738e82008-01-07 07:55:4649linkgit:git-gc[1]::
Junio C Hamano4ad294b2007-01-20 02:22:5050Cleanup unnecessary files and optimize the local repository.
51
Junio C Hamano35738e82008-01-07 07:55:4652linkgit:git-grep[1]::
Junio C Hamano7c73c662007-01-19 00:37:5053Print lines matching a pattern.
54
Junio C Hamano35738e82008-01-07 07:55:4655linkgit:git-gui[1]::
Junio C Hamano58784fc2007-06-23 08:48:5756A portable graphical interface to Git.
57
Junio C Hamano35738e82008-01-07 07:55:4658linkgit:git-init[1]::
Junio C Hamano4ad294b2007-01-20 02:22:5059Create an empty git repository or reinitialize an existing one.
60
Junio C Hamano35738e82008-01-07 07:55:4661linkgit:git-log[1]::
Junio C Hamano7c73c662007-01-19 00:37:5062Show commit logs.
63
Junio C Hamano35738e82008-01-07 07:55:4664linkgit:git-merge[1]::
Junio C Hamano7c73c662007-01-19 00:37:5065Join two or more development histories together.
66
Junio C Hamano35738e82008-01-07 07:55:4667linkgit:git-mv[1]::
Junio C Hamano7c73c662007-01-19 00:37:5068Move or rename a file, a directory, or a symlink.
69
Junio C Hamano3b70d3c2009-11-21 17:37:3770linkgit:git-notes[1]::
Junio C Hamanoea90ab32010-03-15 20:32:5571Add/inspect object notes.
Junio C Hamano3b70d3c2009-11-21 17:37:3772
Junio C Hamano35738e82008-01-07 07:55:4673linkgit:git-pull[1]::
Junio C Hamano7c73c662007-01-19 00:37:5074Fetch from and merge with another repository or a local branch.
75
Junio C Hamano35738e82008-01-07 07:55:4676linkgit:git-push[1]::
Junio C Hamano7c73c662007-01-19 00:37:5077Update remote refs along with associated objects.
78
Junio C Hamano35738e82008-01-07 07:55:4679linkgit:git-rebase[1]::
Junio C Hamano7c73c662007-01-19 00:37:5080Forward-port local commits to the updated upstream head.
81
Junio C Hamano35738e82008-01-07 07:55:4682linkgit:git-reset[1]::
Junio C Hamano7c73c662007-01-19 00:37:5083Reset current HEAD to the specified state.
84
Junio C Hamano35738e82008-01-07 07:55:4685linkgit:git-revert[1]::
Junio C Hamano7c73c662007-01-19 00:37:5086Revert an existing commit.
87
Junio C Hamano35738e82008-01-07 07:55:4688linkgit:git-rm[1]::
Junio C Hamano7c73c662007-01-19 00:37:5089Remove files from the working tree and from the index.
90
Junio C Hamano35738e82008-01-07 07:55:4691linkgit:git-shortlog[1]::
Junio C Hamano1aa40d22010-01-21 17:46:4392Summarize 'git log' output.
Junio C Hamano7c73c662007-01-19 00:37:5093
Junio C Hamano35738e82008-01-07 07:55:4694linkgit:git-show[1]::
Junio C Hamano7c73c662007-01-19 00:37:5095Show various types of objects.
96
Junio C Hamano35738e82008-01-07 07:55:4697linkgit:git-stash[1]::
Junio C Hamano1d90cb02007-07-03 07:05:3198Stash the changes in a dirty working directory away.
99
Junio C Hamano35738e82008-01-07 07:55:46100linkgit:git-status[1]::
Junio C Hamano7c73c662007-01-19 00:37:50101Show the working tree status.
102
Junio C Hamano35738e82008-01-07 07:55:46103linkgit:git-submodule[1]::
Junio C Hamano38b693c2007-06-03 08:40:14104Initialize, update or inspect submodules.
105
Junio C Hamano35738e82008-01-07 07:55:46106linkgit:git-tag[1]::
Junio C Hamanodb450ba2007-01-21 08:57:14107Create, list, delete or verify a tag object signed with GPG.
Junio C Hamano7c73c662007-01-19 00:37:50108
Junio C Hamano35738e82008-01-07 07:55:46109linkgit:gitk[1]::
Junio C Hamano0a16b952007-12-02 18:56:34110The git repository browser.
111