Obsidian manual commit: 2025-07-01 21:43:14

This commit is contained in:
lkhsss
2025-07-01 21:43:14 +08:00
parent 77709af367
commit ee875d8abb

View File

@ -28,3 +28,8 @@ git commit -m "提交提示"
```shell ```shell
git push git push
``` ```
## 拉取项目
```shell
git clone <url>
```