增加 删除标签.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-10-02 17:54:09 +08:00
parent 7e49df8f32
commit c78aa480e3
1 changed files with 7 additions and 1 deletions

View File

@ -285,6 +285,12 @@ git tag <tag name>
创建一个轻量标签。
使用 -d 参数删除标签:
```bash
git -d <tag name>
```
将本地 Tag 同步到远程的命令为:
```bash