[TIL] github 의 기존 repository 와 local folder 연결 방법

Funnystyle·2021년 4월 17일
0
git remote add origin https://github.com/{username}/{repository}
git pull origin main --allow-unrelated-histories
profile
polyglot

0개의 댓글