修正一处错误.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-12-16 18:33:21 +08:00
parent 0edb644e48
commit 90650759b5
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ git tag <tag name>
使用 -d 参数删除标签:
```bash
git -d <tag name>
git tag -d <tag name>
```
将本地 Tag 同步到远程的命令为: