https://github.com/eoinkelly/rgit
A (very) partial re-implementation of git as a rust learning exercise
https://github.com/eoinkelly/rgit
Last synced: 7 months ago
JSON representation
A (very) partial re-implementation of git as a rust learning exercise
- Host: GitHub
- URL: https://github.com/eoinkelly/rgit
- Owner: eoinkelly
- Created: 2017-02-27T19:40:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T19:44:27.000Z (over 8 years ago)
- Last Synced: 2025-01-07T08:48:37.578Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To do things to the fixture git repo
```
cd tests/fixtures
GITDIR=./dotgit git log
```