An open API service indexing awesome lists of open source software.

https://github.com/coreyjs/rit

A Ruby Flavored Git Client
https://github.com/coreyjs/rit

Last synced: 7 months ago
JSON representation

A Ruby Flavored Git Client

Awesome Lists containing this project

README

          

This is based on the book "Building Git".

This is a ruby implemenation of Git, starting at the core basics like `git init`, `git add` and `git commit`.

81