Autogenerated HTML docs for v2.42.0-241-g6bdb5
[git-htmldocs.git] / cmds-plumbingmanipulators.txt
blob8a1ac36318f009459c335ef7c12938a15d2f8bf3
1 linkgit:git-apply[1]::
2         Apply a patch to files and/or to the index.
4 linkgit:git-checkout-index[1]::
5         Copy files from the index to the working tree.
7 linkgit:git-commit-graph[1]::
8         Write and verify Git commit-graph files.
10 linkgit:git-commit-tree[1]::
11         Create a new commit object.
13 linkgit:git-hash-object[1]::
14         Compute object ID and optionally create an object from a file.
16 linkgit:git-index-pack[1]::
17         Build pack index file for an existing packed archive.
19 linkgit:git-merge-file[1]::
20         Run a three-way file merge.
22 linkgit:git-merge-index[1]::
23         Run a merge for files needing merging.
25 linkgit:git-mktag[1]::
26         Creates a tag object with extra validation.
28 linkgit:git-mktree[1]::
29         Build a tree-object from ls-tree formatted text.
31 linkgit:git-multi-pack-index[1]::
32         Write and verify multi-pack-indexes.
34 linkgit:git-pack-objects[1]::
35         Create a packed archive of objects.
37 linkgit:git-prune-packed[1]::
38         Remove extra objects that are already in pack files.
40 linkgit:git-read-tree[1]::
41         Reads tree information into the index.
43 linkgit:git-symbolic-ref[1]::
44         Read, modify and delete symbolic refs.
46 linkgit:git-unpack-objects[1]::
47         Unpack objects from a packed archive.
49 linkgit:git-update-index[1]::
50         Register file contents in the working tree to the index.
52 linkgit:git-update-ref[1]::
53         Update the object name stored in a ref safely.
55 linkgit:git-write-tree[1]::
56         Create a tree object from the current index.