2 Add file contents to the index.
5 Apply a series of patches from a mailbox.
7 linkgit:git-archive[1]::
8 Create an archive of files from a named tree.
10 linkgit:git-bisect[1]::
11 Find by binary search the change that introduced a bug.
13 linkgit:git-branch[1]::
14 List, create, or delete branches.
16 linkgit:git-bundle[1]::
17 Move objects and refs by archive.
19 linkgit:git-checkout[1]::
20 Checkout a branch or paths to the working tree.
22 linkgit:git-cherry-pick[1]::
23 Apply the changes introduced by some existing commits.
25 linkgit:git-citool[1]::
26 Graphical alternative to git-commit.
28 linkgit:git-clean[1]::
29 Remove untracked files from the working tree.
31 linkgit:git-clone[1]::
32 Clone a repository into a new directory.
34 linkgit:git-commit[1]::
35 Record changes to the repository.
37 linkgit:git-describe[1]::
38 Show the most recent tag that is reachable from a commit.
41 Show changes between commits, commit and working tree, etc.
43 linkgit:git-fetch[1]::
44 Download objects and refs from another repository.
46 linkgit:git-format-patch[1]::
47 Prepare patches for e-mail submission.
50 Cleanup unnecessary files and optimize the local repository.
53 Print lines matching a pattern.
56 A portable graphical interface to Git.
59 Create an empty git repository or reinitialize an existing one.
64 linkgit:git-merge[1]::
65 Join two or more development histories together.
68 Move or rename a file, a directory, or a symlink.
70 linkgit:git-notes[1]::
71 Add or inspect object notes.
74 Fetch from and merge with another repository or a local branch.
77 Update remote refs along with associated objects.
79 linkgit:git-rebase[1]::
80 Forward-port local commits to the updated upstream head.
82 linkgit:git-reset[1]::
83 Reset current HEAD to the specified state.
85 linkgit:git-revert[1]::
86 Revert some existing commits.
89 Remove files from the working tree and from the index.
91 linkgit:git-shortlog[1]::
92 Summarize 'git log' output.
95 Show various types of objects.
97 linkgit:git-stash[1]::
98 Stash the changes in a dirty working directory away.
100 linkgit:git-status[1]::
101 Show the working tree status.
103 linkgit:git-submodule[1]::
104 Initialize, update or inspect submodules.
107 Create, list, delete or verify a tag object signed with GPG.
110 The git repository browser.