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 Use binary search to find the commit 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 Switch branches or restore working tree files.
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 Give an object a human readable name based on an available ref.
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-maintenance[1]::
65 Run tasks to optimize Git repository data.
67 linkgit:git-merge[1]::
68 Join two or more development histories together.
71 Move or rename a file, a directory, or a symlink.
73 linkgit:git-notes[1]::
74 Add or inspect object notes.
77 Fetch from and integrate with another repository or a local branch.
80 Update remote refs along with associated objects.
82 linkgit:git-range-diff[1]::
83 Compare two commit ranges (e.g. two versions of a branch).
85 linkgit:git-rebase[1]::
86 Reapply commits on top of another base tip.
88 linkgit:git-reset[1]::
89 Reset current HEAD to the specified state.
91 linkgit:git-restore[1]::
92 Restore working tree files.
94 linkgit:git-revert[1]::
95 Revert some existing commits.
98 Remove files from the working tree and from the index.
100 linkgit:git-shortlog[1]::
101 Summarize 'git log' output.
103 linkgit:git-show[1]::
104 Show various types of objects.
106 linkgit:git-sparse-checkout[1]::
107 Reduce your working tree to a subset of tracked files.
109 linkgit:git-stash[1]::
110 Stash the changes in a dirty working directory away.
112 linkgit:git-status[1]::
113 Show the working tree status.
115 linkgit:git-submodule[1]::
116 Initialize, update or inspect submodules.
118 linkgit:git-switch[1]::
122 Create, list, delete or verify a tag object signed with GPG.
124 linkgit:git-worktree[1]::
125 Manage multiple working trees.
128 The Git repository browser.
131 A tool for managing large Git repositories.