1. GitHub 저장소에서 소스 받아오기
(1)git repository 주소 복사
(2)git-bash 에서 받아올 폴더로 이동
(3)clone 명령어 실행
-git clone https://github.com/[아이디]/[repository.git .
-git clone [복사한 url] .
(4)받아오기 완료
(5)log 확인
'IT | 개발 > git | GitHub' 카테고리의 다른 글
[GitHub] SourceTree 이용하여 branch(브랜치) 생성하기 / 가져오기 (0) | 2020.03.30 |
---|---|
[GitHub] SourceTree 이용하여 add, commit, pull, push 하기 (0) | 2020.03.27 |
[GitHub] SourceTree 설치 및 git 파일 연동 (GUI 환경 구축) (0) | 2020.03.26 |
[git / GitHub] GitHub 업데이트된 소스 가져오기 (git pull 명령어 사용) (0) | 2020.03.25 |
[git / GitHub] git / GitHub 기본 명령어 (git 로컬 구축 및 GitHub에 Commit) (0) | 2020.03.23 |