blob: b9b7158df36ee05138f6df16a785fc0f5d806db6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
### Grit
*NOT FINISHED YET*
An attempt to implement a git client... in Rust, so that I can say "I use Rust btw".
- Install rust and cargo
- `cargo run -- [ARGS]` to test in dev mode
`ARGS` is supposedly partially compatible with git commands.
For now the only sub-command that works properly is `init`
|