Git:移除 local 或 remote tag

Git:移除 local 或 remote tag

  Rojer Chen's Blog   11/01/2019 03:46:00 下午    0 comments
移除 remote Tag git push --delete origin tagName 移除 local tag git tag -d tagName 參考來源: https://gist.github.com/mobilemind/7883996