rmaicle

Programming is an endless loop; it's either you break or exit.

Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA).
You are free to copy, reproduce, distribute, display, and make adaptations but you must provide proper attribution. Visit https://creativecommons.org/ or send an email to info@creativecommons.org for more information about the License.

Date and Time

Manipulation Commands (draft)

git apply
Apply a patch to files and/or to the index. git-apply(1)
git checkout-index
Copy files from the index to the working tree. git-checkout-index(1)
git commit-tree
Create a new commit object. git-commit-tree(1)
git hash-object
Compute object ID and optionally creates a blob from a file. git-hash-object(1)
git index-pack
Build pack index file for an existing packed archive. git-index-pack(1)
git merge-file
Run a three-way file merge. git-merge-file(1)
git merge-index
Run a merge for files needing merging. git-merge-index(1)
git mktag
Creates a tag object. git-mktag(1)
git mktree
Build a tree-object from ls-tree formatted text. git-mktree(1)
git pack-objects
Create a packed archive of objects. git-pack-objects(1)
git prune-packed
Remove extra objects that are already in pack files. git-prune-packed(1)
git read-tree
Reads tree information into the index. git-read-tree(1)
git symbolic-ref
Read, modify and delete symbolic refs. git-symbolic-ref(1)
git unpack-objects
Unpack objects from a packed archive. git-unpack-objects(1)
git update-index
Register file contents in the working tree to the index. git-update-index(1)
git update-ref
Update the object name stored in a ref safely. git-update-ref(1)
git write-tree
Create a tree object from the current index. git-write-tree(1)