## 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