Skip to content
/ Gift Public

Gift is a git like version control system written in Swift

License

Notifications You must be signed in to change notification settings

natmark/Gift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gift

Build Status

Gift is a git like version control system written in Swift

Instalation

  • Clone this repository

    • $ git clone git@github.com:natmark/Gift.git
  • Build from source and locate binary to /usr/local/bin/

    • $ make install

Usage (Currently supports the following commands)

$ 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

References

About

Gift is a git like version control system written in Swift

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages