본문 바로가기
Git

Git 시작하기

by 밍상 2021. 6. 23.

git 연동하고자 하는 폴더에서 git init 명령어 수행

git init

폴더만들기 + 원격저장소에서 파일 받아오기(atomic하게 진행)

git clone https://github.com/username/repositoryname.git

현재 디렉토리(폴더)에 원격 저장소의 파일들 받아오기 

git clone https://github.com/username/repositoryname.git .