113 git tag
source: categories/study/vue-experiance/vue-experiance_9-99_14.md
113 git tag
# tag 생성
git tag <tagname>
# tag 삭제
git tag -d <tagname>
# tag push
git push origin <tagname>
# tag 강제 push
git push origin <tagname> -f
source: categories/study/vue-experiance/vue-experiance_9-99_14.md
# tag 생성
git tag <tagname>
# tag 삭제
git tag -d <tagname>
# tag push
git push origin <tagname>
# tag 강제 push
git push origin <tagname> -f