add 2.7 notes

This commit is contained in:
2024-08-17 21:34:58 +02:00
parent e073cddd87
commit cb4892dd9f
3 changed files with 13 additions and 34 deletions

12
notes/2.7-git_basic_op.md Normal file
View File

@@ -0,0 +1,12 @@
## 2.7 Git Basic Ops
## 2.7.1 git tag
给当前的进度打个标签
```bash
git tag -m "some message" <version-string>
git describe # 查看标签
```
## 2.7.2 Git 删除文件
git