git, tag, add lightweight tag previous revision 4월 12, 2017 https://git-scm.com/book/ko/v1/Git의-기초-태그 - make # add local > git tag v1.0.0 [revision] # add remote > git push origin v1.0.0 - delete # remove local > git tag -d [tagname] # remove remote > git push --delete origin [tagname] 자세한 내용 보기