$npx create-react-app project-name
**CRA사용 시 git 로컬 저장소 자동 생성됨**
$cd project-name & code .
.. 수정
$git remote add origin repo.git
$git push origin main
git clone repo.git
npm install > node-modules
git branch feature/branch명
git checkout -b 받고싶은브랜치이름 (master에서)
git pull origin 받고싶은브랜치이름
npm start
'수정내역 되돌리기
git restore .
-충돌 난 경우 해결하기