[git] 로컬 폴더를 깃허브 레포지토리로 원격 생성하기

gyulhana·2022년 4월 8일
0
post-custom-banner
  1. 깃허브에서 레포지토리 생성하기

  2. 초기화 하기

git init
  1. 파일 스테이징하고 커밋하기
git add .
git commit -m "message"
  1. branch명 변경하기
git branch -m main
  1. remote로 레포지토리와 로컬 폴더 연결하기
git remote add origin *repository ssh*
profile
친절한 하루를 선물하고 싶은 사람

0개의 댓글