diff --git a/Software/Applications/Git/Git_使用说明.md b/Software/Applications/Git/Git_使用说明.md index 45af97a..5ac03e7 100644 --- a/Software/Applications/Git/Git_使用说明.md +++ b/Software/Applications/Git/Git_使用说明.md @@ -285,6 +285,12 @@ git tag 创建一个轻量标签。 +使用 -d 参数删除标签: + +```bash +git -d +``` + 将本地 Tag 同步到远程的命令为: ```bash @@ -309,7 +315,7 @@ git fetch origin tag git push origin --delete tag ``` -如果谋远程Tab 已经删除,需要同步到本地,可使用以下命令: +如果谋远程 Tab 已经删除,需要同步到本地,可使用以下命令: ```bash git remote prune