Oni is a simple javascript revision control system based on git.
npm install -g
oni <command> [<args>]
oni init
Make an existing repository an Oni repository
oni clone [url]
Get an Oni repository from a provided URL
oni status
List modified files that are staged for the next commit
oni add [file]
Add a file to be tracked in the repository
oni cat [file] [object]
Print out the contents of a given file
oni snapshot [message]
Commit staged changes as a new snapshot
oni branch
List all branches
oni branch [branch-name]
Create a new branch from the current working branch at the current snapshot
oni merge [branch-name]
Merge the branch into the current working branch