1 개요[ | ]
- git tag
- 태그 목록을 보여주는 git 명령어
2 실행예시[ | ]
Console
Copy
jmnote@zetawiki:~$ git clone https://github.com/cowboy/jquery-throttle-debounce.git
Cloning into 'jquery-throttle-debounce'...
remote: Counting objects: 152, done.
remote: Total 152 (delta 0), reused 0 (delta 0), pack-reused 152
Receiving objects: 100% (152/152), 199.66 KiB | 329.00 KiB/s, done.
Resolving deltas: 100% (51/51), done.
Checking connectivity... done.
Console
Copy
jmnote@zetawiki:~$ cd jquery-throttle-debounce/
jmnote@zetawiki:~/jquery-throttle-debounce$ git tag
v1.0
v1.1
3 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.