Tag: git

0

base guide

깃허브에 소스 업로드1git remote 현재 폴더의 원격 레퍼지토리 확인 명령어 1git remote add 원격저장소이름 https://github.com/유저네임/레퍼지토리네임.git 깃허브 저장소의 주소로 원격저장소 생성 작업폴더와 깃허브 저장소가 연동됨. 1git push -u origin master push

0

git clone

1git clone --depth 1 https://github.com/chinsun9/refactor-2019T1.git commit history 없이 clone 하는 방법–depth 옵션–depth 1 -> 가장 마지막 상태 클론