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
- Host: GitHub
- URL: https://github.com/coreyjs/rit
- Owner: coreyjs
- Created: 2020-06-05T21:29:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T14:33:10.000Z (over 5 years ago)
- Last Synced: 2025-02-14T21:26:05.707Z (9 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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