@ -3,3 +3,9 @@
## merge
## 回退
## tag
### 推送tag
```bash
git push $tagName #推送 $tagName
git push --tags #推送所有tag
```