Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Commit Command/
git tag
Search
git tag

git tag

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Jan 7 6:3
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2022 Dec 2 0:53
Refs
Refs
태그는 브랜치 종속적
Lightweight와 Annotated

remove all tag

 

Lightweight

 
tag option 줘야 올라감
 
 

get tag env

 
 
[Git]Tag 추가, 변경 및 삭제하기
저장소의 소스 버전을 간간히 표시하기 위해서는 커밋 메시지 또는 브랜치로 해서 표시하는 것 보단 태그로 깔끔하게 하는 것이 좋습니다. 태그 조회하기 태그를 전체를 조회할 때는 git tag 를 사용하여 조회합니다. 만약 원하는 태그명을 조건으로 검색하고자 한다면 git tag -l v1.1.* 과 같이 사용합니다. 태그 붙이기 태그는 Lightweight와 Annotated 두 종류가 있습니다.
http://minsone.github.io/git/git-addtion-and-modified-delete-tag
Show which git tag you are on?
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
Show which git tag you are on?
https://stackoverflow.com/questions/3404936/show-which-git-tag-you-are-on
Show which git tag you are on?
 
 

Table of Contents
remove all tagLightweightget tag env

Backlinks

git pointer

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Commit Command/
git tag
Copyright Seonglae Cho