Gift is a git like version control system written in Swift
-
Clone this repository
$ git clone [email protected]:natmark/Gift.git
-
Build from source and locate binary to
/usr/local/bin/
$ make install
$ gift help
Available commands:
add Add file contents to the index
cat-file Provide content of repository objects
checkout Checkout a commit inside of a directory.
commit Record changes to the repository
hash-object Compute object ID and optionally creates a blob from a file
help Display general or command-specific help
init Create an empty Git repository or reinitialize an existing one
log Display history of a given commit.
ls-tree Pretty-print a tree object.
rev-parse Parse revision (or other objects )identifiers
show-ref List references.
tag List and create tags.
version Display the current version of Gift