This commit is contained in:
HouXiaoxuan
2023-12-12 15:46:12 +08:00
parent 1d4067682a
commit 4eb3b088a3

View File

@@ -1,2 +1,10 @@
# Git-Rust
Git in Rust. 用Rust编写的简易Git
## 主要功能
- 支持git init, git add, git rm, git commit
- 支持分支git branch, git checkout
- 支持简单的合并git merge