본문 바로가기

카테고리 없음

github repository 초기 설정 명령어 모음

git init

git remote add origin https://github.com/아이디/리포지터리명 

git branch -M main

git push -u origin main

반응형