Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/manas1820/revy

Revy - It's short, catchy, and captures the essence of revision control
https://github.com/manas1820/revy

Last synced: 14 days ago
JSON representation

Revy - It's short, catchy, and captures the essence of revision control

Awesome Lists containing this project

README

        

# Revy

Revy - It's short, catchy, and captures the essence of revision control

## Goals

- [x] Initialize the .revy directory
- [x] Read a blob object
- [x] Create a blob object
- [x] Read a tree object
- [x] Write a tree object
- [ ] Create a commit
- [ ] Clone a repository

## References

- [Git from the bottom up (Basic Terms)](https://jwiegley.github.io/git-from-the-bottom-up/)
- [Git Internals - Git Objects](https://git-scm.com/book/en/v2/Git-Internals-Git-Objects)
- [How GIT works under the HOOD? (YT)](https://youtu.be/RxHJdapz2p0?si=BGlQ0tLV6jkje6qq)
- [Git from the inside out](https://codewords.recurse.com/issues/two/git-from-the-inside-out)