Git clone 특정 릴리즈 가져오기

Jmnote (토론 | 기여)님의 2017년 6월 11일 (일) 01:43 판 (새 문서: ==개요== ;git clone 특정 릴리즈 가져오기 ;git clone 특정 태그 가져오기 * 일단 git clone 한 후 checkout <source lang='bash'> git clone 깃저장소주소 cd 프...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

git clone 특정 릴리즈 가져오기
git clone 특정 태그 가져오기
  • 일단 git clone 한 후 checkout
git clone 깃저장소주소
cd 프로젝트명
git checkout tags/태그명

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}