mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-02-03 02:04:09 +08:00
update readme
This commit is contained in:
21
README.md
21
README.md
@@ -1,10 +1,21 @@
|
||||
# Git-Rust
|
||||
Git in Rust. 用Rust编写的简易Git
|
||||
# MIT: git implementation in Rust
|
||||
|
||||
Git in Rust. 用 Rust 编写的简易 Git
|
||||
|
||||
## 主要功能
|
||||
- 支持git init, git add, git rm, git commit
|
||||
|
||||
- 支持分支git branch, git checkout
|
||||
- 支持 git init, git add, git rm, git commit
|
||||
|
||||
- 支持简单的合并git merge
|
||||
- [x] init
|
||||
- [x] add
|
||||
- [x] rm
|
||||
- [x] commit
|
||||
|
||||
- 支持分支 git branch, git checkout
|
||||
|
||||
- [x] branch
|
||||
- [ ] Checkout
|
||||
|
||||
- 支持简单的合并 git merge
|
||||
|
||||
- - [ ] Merge(FF)
|
||||
|
||||
Reference in New Issue
Block a user