Skip to content
Younho9 Notes
Main Navigation
Docs
References
Index
Random
Types
Notes
Journals
Graph
GitHub
Twitter
LinkedIn
Facebook
Instagram
Unsplash
Spotify
Appearance
GitHub
Twitter
LinkedIn
Facebook
Instagram
Unsplash
Spotify
Menu
Return to top
On this page
Table of Contents for current page
태그 조회하기
태그 변경 및 삭제하기
원격 저장소에 올라간 태그 삭제하기
git tag
Title
git tag
Category
Git
Tags
git
Aliases
git tag
태그
Created
2 years ago
Updated
last year
태그 조회하기
#
sh
$ git tag
$ git tag
태그 변경 및 삭제하기
#
sh
$ git tag -d v1.0.0
$ git tag -d v1.0.0
원격 저장소에 올라간 태그 삭제하기
#
sh
$ git push origin :v1.0.0
$ git push origin :v1.0.0