1.如何删除远程仓库上的分支/tag
https://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-locally-and-remotely https://stackoverflow.com/questions/5480258/how-to-delete-a-remote-tag
删除远程仓库上的分支
| |
Note that in most cases the remote name is origin. In such a case you’ll have to use the command like so.
| |
删除远程仓库的tag同理
| |
如果还需要删除本地的tag,那么
| |