git 연동하고자 하는 폴더에서 git init 명령어 수행
git init
폴더만들기 + 원격저장소에서 파일 받아오기(atomic하게 진행)
git clone https://github.com/username/repositoryname.git
현재 디렉토리(폴더)에 원격 저장소의 파일들 받아오기
git clone https://github.com/username/repositoryname.git .
'Git' 카테고리의 다른 글
Trouble Shooting - The following untracked working tree files would be overwritten by ... (0) | 2021.10.12 |
---|---|
Trouble Shooting - Git push error(fatal:refusing to merge unrelated histories) (0) | 2021.07.20 |
Trouble Shooting - warning: LF will be replaced by CRLF in yarn.lock. (0) | 2021.07.06 |
git amend, reset (0) | 2021.06.25 |
Git 사용하기 (0) | 2021.06.24 |