"Git clone 특정 릴리즈 가져오기"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
15번째 줄: 15번째 줄:
* [[git tag]]
* [[git tag]]


==참고 자료==
==참고==
* https://stackoverflow.com/questions/791959/download-a-specific-tag-with-git
* https://stackoverflow.com/questions/791959/download-a-specific-tag-with-git


[[분류: git]]
[[분류: git]]

2017년 6월 27일 (화) 03:32 판

1 개요

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

2 같이 보기

3 참고

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