add > commit
git add .
git commit -m "Add: first commit. 초기 세팅 완료."
설치한 CRA 프로젝트와 github repo를 연동
git remote add origin https://github.com/wecode-bootcamp-korea/10-React-Westagram-5.git(해당 repo 주소 입력)
연동된 repository로 push 해주세요.
git push origin master
remote master에 코드가 merge 되면 다른 분들도 clone 받고, branch 생성해서 작업 시작
git clone https://github.com/wecode-bootcamp-korea/10-React-Westagram-5.git
git branch feature/joonsikyang