[Git] 로컬저장소 깃허브에 백업하는 법

-로컬저장소 생성
   -$ git init [저장소 폴더명]
-로컬저장소에 커밋
   -$ git add [파일명]
   -$ git commit -m "메시지"
-원격저장소에 커밋
   -$ git remote add origin [깃허브 레포지토리 주소]
-원격 저장소에 연결됐는지 확인
   -$ git remote -v
-master 브랜치에 push
   -$ git push –u origin master
-이제부터 $ git push | $ git pull로 사용

반응형

댓글

Designed by JB FACTORY