1gitlink:git-apply[1]:: 2 Reads a "diff -up1" or git generated patch file and 3 applies it to the working tree. 4 5gitlink:git-checkout-index[1]:: 6 Copy files from the index to the working tree. 7 8gitlink:git-commit-tree[1]:: 9 Creates a new commit object. 10 11gitlink:git-hash-object[1]:: 12 Computes the object ID from a file. 13 14gitlink:git-index-pack[1]:: 15 Build pack idx file for an existing packed archive. 16 17gitlink:git-init[1]:: 18 Creates an empty git repository, or reinitialize an 19 existing one. 20 21gitlink:git-merge-file[1]:: 22 Runs a threeway merge. 23 24gitlink:git-merge-index[1]:: 25 Runs a merge for files needing merging. 26 27gitlink:git-mktag[1]:: 28 Creates a tag object. 29 30gitlink:git-mktree[1]:: 31 Build a tree-object from ls-tree formatted text. 32 33gitlink:git-pack-objects[1]:: 34 Creates a packed archive of objects. 35 36gitlink:git-prune-packed[1]:: 37 Remove extra objects that are already in pack files. 38 39gitlink:git-read-tree[1]:: 40 Reads tree information into the index. 41 42gitlink:git-repo-config[1]:: 43 Get and set options in .git/config. 44 45gitlink:git-unpack-objects[1]:: 46 Unpacks objects out of a packed archive. 47 48gitlink:git-update-index[1]:: 49 Registers files in the working tree to the index. 50 51gitlink:git-write-tree[1]:: 52 Creates a tree from the index.