Skip to main content
  1. Learn center
  2. Software Development
  3. Guides
  4. Git tutorial
  5. Git 명령 및 설정
  6. 태그 명령
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

태그 명령


태그 목록 표시

$ git tag

-n 옵션을 추가하면 각 태그에 대한 주석이 표시됩니다.

태그 만들기

$ git tag <tagname>

참조

메시지가 포함된 태그 만들기

$ git tag -a <tagname>

태그 삭제

$ git tag -d <tagname>

참조:

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life