mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-03 02:04:09 +08:00
356 B
356 B
MIT: git implementation in Rust
Git in Rust. 用 Rust 编写的简易 Git
主要功能
-
支持 git init, git add, git rm, git commit
- init
- add
- rm
- commit
-
支持分支 git branch, git checkout
- branch
- Checkout
-
支持简单的合并 git merge
-
- Merge(FF)