git repository1 [Git] git 원격저장소 연결하기 github에 원격 저장소 생성하기 셋업 방법 echo "# market-bapp-private" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/seowlee/market-bapp-private.git git push -u origin main git remote add origin https://github.com/seowlee/market-bapp-private.git git branch -M main git push -u origin main 로컬 저장소에 원격저장소 등록하기 로컬에서 원격저장소로 push 할 파일들이.. 2022. 8. 18. 이전 1 다음