linkgit:git-add[git]::
	Add file contents to the index.

linkgit:git-am[git]::
	Apply a series of patches from a mailbox.

linkgit:git-archive[git]::
	Create an archive of files from a named tree.

linkgit:git-bisect[git]::
	Use binary search to find the commit that introduced a bug.

linkgit:git-branch[git]::
	List, create, or delete branches.

linkgit:git-bundle[git]::
	Move objects and refs by archive.

linkgit:git-checkout[git]::
	Switch branches or restore working tree files.

linkgit:git-cherry-pick[git]::
	Apply the changes introduced by some existing commits.

linkgit:git-citool[git]::
	Graphical alternative to git-commit.

linkgit:git-clean[git]::
	Remove untracked files from the working tree.

linkgit:git-clone[git]::
	Clone a repository into a new directory.

linkgit:git-commit[git]::
	Record changes to the repository.

linkgit:git-describe[git]::
	Give an object a human readable name based on an available ref.

linkgit:git-diff[git]::
	Show changes between commits, commit and working tree, etc.

linkgit:git-fetch[git]::
	Download objects and refs from another repository.

linkgit:git-format-patch[git]::
	Prepare patches for e-mail submission.

linkgit:git-gc[git]::
	Cleanup unnecessary files and optimize the local repository.

linkgit:git-grep[git]::
	Print lines matching a pattern.

linkgit:git-gui[git]::
	A portable graphical interface to Git.

linkgit:git-init[git]::
	Create an empty Git repository or reinitialize an existing one.

linkgit:git-log[git]::
	Show commit logs.

linkgit:git-maintenance[git]::
	Run tasks to optimize Git repository data.

linkgit:git-merge[git]::
	Join two or more development histories together.

linkgit:git-mv[git]::
	Move or rename a file, a directory, or a symlink.

linkgit:git-notes[git]::
	Add or inspect object notes.

linkgit:git-pull[git]::
	Fetch from and integrate with another repository or a local branch.

linkgit:git-push[git]::
	Update remote refs along with associated objects.

linkgit:git-range-diff[git]::
	Compare two commit ranges (e.g. two versions of a branch).

linkgit:git-rebase[git]::
	Reapply commits on top of another base tip.

linkgit:git-reset[git]::
	Reset current HEAD to the specified state.

linkgit:git-restore[git]::
	Restore working tree files.

linkgit:git-revert[git]::
	Revert some existing commits.

linkgit:git-rm[git]::
	Remove files from the working tree and from the index.

linkgit:git-shortlog[git]::
	Summarize 'git log' output.

linkgit:git-show[git]::
	Show various types of objects.

linkgit:git-sparse-checkout[git]::
	Reduce your working tree to a subset of tracked files.

linkgit:git-stash[git]::
	Stash the changes in a dirty working directory away.

linkgit:git-status[git]::
	Show the working tree status.

linkgit:git-submodule[git]::
	Initialize, update or inspect submodules.

linkgit:git-switch[git]::
	Switch branches.

linkgit:git-tag[git]::
	Create, list, delete or verify a tag object signed with GPG.

linkgit:git-worktree[git]::
	Manage multiple working trees.

linkgit:gitk[git]::
	The Git repository browser.

linkgit:scalar[scalar]::
	A tool for managing large Git repositories.

