branch 생성 방법
브랜치 생성 후 해당 브랜치로 이동
git branch 브랜치명
git switch 브랜치명
branch에 업로드 방법
git push 저장소명 브랜치명
git push react mining
**브랜치명 중복을 피하기 위해서는 branch명은 팀원이름을 주로 쓰기
github에서 merge하기
Pull Request - new pull request -compare: branch 설정 -create request
- confilct 생기면 알아서 처리하기