更新 Home

suneshone 2023-12-11 13:46:54 +08:00
parent 5b37e78b88
commit 9b44886ccb
1 changed files with 7 additions and 0 deletions

@ -6,7 +6,14 @@
### 常用指令
#### 初始化仓库
```shell
git init
```
#### 查看哪些文件处于什么状态
```shell
git status
```