Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manas1820/revy
- Owner: Manas1820
- Created: 2024-05-02T16:24:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-30T11:13:58.000Z (8 months ago)
- Last Synced: 2024-05-31T12:59:24.447Z (8 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)