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