Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
521xueweihan authored Oct 26, 2019
1 parent 89c558e commit 0a56f6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -318,10 +318,8 @@ git tag -d <tag-name>

## 删除远程标签

删除远程标签需要**先删除本地标签**,再执行下面的命令:

```sh
git push origin :refs/tags/<tag-name>
git push origin --delete tag <tagname>
```

## 切回到某个标签

0 comments on commit 0a56f6c

Please sign in to comment.