https://github.com/shawakash/git
Git impl in Rust
https://github.com/shawakash/git
clap rust
Last synced: 30 days ago
JSON representation
Git impl in Rust
- Host: GitHub
- URL: https://github.com/shawakash/git
- Owner: shawakash
- Created: 2025-04-15T14:03:04.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-04-15T15:28:23.000Z (about 1 month ago)
- Last Synced: 2025-04-15T16:41:28.076Z (about 1 month ago)
- Topics: clap, rust
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Git
Just an implementation of some of the Git version control system command in rust
### Setup
```bash
cargo build
cargo run -- command [args]
```By Me