작성한 커밋에 Annotated 태그를 붙이겠습니다.
infoh@DESKTOP MINGW64 /e/gitstudy10 (master)
$ git tag -a 1.0.0 태그 추가
Annotated 태그를 생성할 때는 태그 메시지를 작성할 수 있는 vi 에디터가 함께 실행됩니다.
▼ 그림 10-2 태그 메시지 작성
#
# Write a message for tag:
# 1.0.0
# Lines starting with '#' will be ignored.