초기세팅 작업 완료 후

d·2020년 7월 15일
0
  1. 초기세팅 작업 완료 후

add > commit
git add .
git commit -m "Add: first commit. 초기 세팅 완료."

  1. 설치한 CRA 프로젝트와 github repo를 연동
    git remote add origin https://github.com/wecode-bootcamp-korea/10-React-Westagram-5.git(해당 repo 주소 입력)

  2. 연동된 repository로 push 해주세요.
    git push origin master

  3. remote master에 코드가 merge 되면 다른 분들도 clone 받고, branch 생성해서 작업 시작
    git clone https://github.com/wecode-bootcamp-korea/10-React-Westagram-5.git
    git branch feature/joonsikyang

profile
d

0개의 댓글