原创 git tag 刪除後 又被其他同事給推回來了

git tag 標籤簡介 1、git tag --list 列出所有的標籤 2、git tag <your_tag_name> 創建一個標籤 3、git tag -a <your_tag_name> -m ‘your_tag_