Documentation: sync git.txt command list and manual page title
[git/jrn.git] / Documentation / cmds-plumbingmanipulators.txt
blob436387710795cdc638ded3a6a9dc392571a71bd5
1 gitlink:git-apply[1]::
2         Apply a patch on a git index file and a working tree.
4 gitlink:git-checkout-index[1]::
5         Copy files from the index to the working tree.
7 gitlink:git-commit-tree[1]::
8         Create a new commit object.
10 gitlink:git-hash-object[1]::
11         Compute object ID and optionally creates a blob from a file.
13 gitlink:git-index-pack[1]::
14         Build pack index file for an existing packed archive.
16 gitlink:git-init[1]::
17         Create an empty git repository or reinitialize an existing one.
19 gitlink:git-merge-file[1]::
20         Run a three-way file merge.
22 gitlink:git-merge-index[1]::
23         Run a merge for files needing merging.
25 gitlink:git-mktag[1]::
26         Creates a tag object.
28 gitlink:git-mktree[1]::
29         Build a tree-object from ls-tree formatted text.
31 gitlink:git-pack-objects[1]::
32         Create a packed archive of objects.
34 gitlink:git-prune-packed[1]::
35         Remove extra objects that are already in pack files.
37 gitlink:git-read-tree[1]::
38         Reads tree information into the index.
40 gitlink:git-repo-config[1]::
41         Get and set repository or global options.
43 gitlink:git-unpack-objects[1]::
44         Unpack objects from a packed archive.
46 gitlink:git-update-index[1]::
47         Register file contents in the working tree to the index.
49 gitlink:git-write-tree[1]::
50         Create a tree object from the current index.