환경
[Git] 기존 프로젝트 연결하기
gajy
2022. 10. 26. 00:46
728x90
$ git init //git 초기화
$ git remote add origin MY_URL.git //repo 연결
$ git remote -v //repo 연결 확인
$ git pull origin master //pull 받기
728x90