Git in Rust. 用 Rust 编写的简易 Git
支持 git init, git add, git rm, git commit
支持分支 git branch, git checkout
支持简单的合并 git merge