blob: 1f751b8986380d8d462ba51aee7d531db936fd14 [file] [log] [blame]
Junio C Hamano7c73c662007-01-19 00:37:501gitlink:git-add[1]::
Junio C Hamano4cd1c0e2007-08-06 04:39:142Add file contents to the index.
Junio C Hamano7c73c662007-01-19 00:37:503
4gitlink:git-am[1]::
5Apply a series of patches from a mailbox.
6
Junio C Hamano7c73c662007-01-19 00:37:507gitlink: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
10gitlink:git-bisect[1]::
11Find the change that introduced a bug by binary search.
12
13gitlink:git-branch[1]::
14List, create, or delete branches.
15
Junio C Hamano6ac2f142007-03-01 01:24:5616gitlink:git-bundle[1]::
17Move objects and refs by archive.
18
Junio C Hamano7c73c662007-01-19 00:37:5019gitlink:git-checkout[1]::
20Checkout and switch to a branch.
21
22gitlink:git-cherry-pick[1]::
23Apply the change introduced by an existing commit.
24
Junio C Hamano58784fc2007-06-23 08:48:5725gitlink:git-citool[1]::
26Graphical alternative to git-commit.
27
Junio C Hamano7c73c662007-01-19 00:37:5028gitlink:git-clean[1]::
29Remove untracked files from the working tree.
30
31gitlink: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
34gitlink:git-commit[1]::
35Record changes to the repository.
36
Junio C Hamano4ad294b2007-01-20 02:22:5037gitlink:git-describe[1]::
38Show the most recent tag that is reachable from a commit.
39
Junio C Hamano7c73c662007-01-19 00:37:5040gitlink:git-diff[1]::
41Show changes between commits, commit and working tree, etc.
42
43gitlink:git-fetch[1]::
44Download objects and refs from another repository.
45
46gitlink:git-format-patch[1]::
47Prepare patches for e-mail submission.
48
Junio C Hamano4ad294b2007-01-20 02:22:5049gitlink:git-gc[1]::
50Cleanup unnecessary files and optimize the local repository.
51
Junio C Hamano7c73c662007-01-19 00:37:5052gitlink:git-grep[1]::
53Print lines matching a pattern.
54
Junio C Hamano58784fc2007-06-23 08:48:5755gitlink:git-gui[1]::
56A portable graphical interface to Git.
57
Junio C Hamano4ad294b2007-01-20 02:22:5058gitlink:git-init[1]::
59Create an empty git repository or reinitialize an existing one.
60
Junio C Hamano7c73c662007-01-19 00:37:5061gitlink:gitk[1]::
62The git repository browser.
63
64gitlink:git-log[1]::
65Show commit logs.
66
Junio C Hamano7c73c662007-01-19 00:37:5067gitlink:git-merge[1]::
68Join two or more development histories together.
69
70gitlink:git-mv[1]::
71Move or rename a file, a directory, or a symlink.
72
Junio C Hamano7c73c662007-01-19 00:37:5073gitlink:git-pull[1]::
74Fetch from and merge with another repository or a local branch.
75
76gitlink:git-push[1]::
77Update remote refs along with associated objects.
78
79gitlink:git-rebase[1]::
80Forward-port local commits to the updated upstream head.
81
Junio C Hamano7c73c662007-01-19 00:37:5082gitlink:git-reset[1]::
83Reset current HEAD to the specified state.
84
Junio C Hamano7c73c662007-01-19 00:37:5085gitlink:git-revert[1]::
86Revert an existing commit.
87
88gitlink:git-rm[1]::
89Remove files from the working tree and from the index.
90
91gitlink:git-shortlog[1]::
92Summarize 'git log' output.
93
94gitlink:git-show[1]::
95Show various types of objects.
96
Junio C Hamano1d90cb02007-07-03 07:05:3197gitlink:git-stash[1]::
98Stash the changes in a dirty working directory away.
99
Junio C Hamano7c73c662007-01-19 00:37:50100gitlink:git-status[1]::
101Show the working tree status.
102
Junio C Hamano38b693c2007-06-03 08:40:14103gitlink:git-submodule[1]::
104Initialize, update or inspect submodules.
105
Junio C Hamano4ad294b2007-01-20 02:22:50106gitlink: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