r_git 1.0.1

A git implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default:
    cargo run --bin r_git help

scratch:
  cargo run --bin scratch

run +args:
    cargo run --bin r_git {{args}}

build:
    cargo build

test:
    cargo test -- --test-threads=1