원격 레포를 만든다
로컬 환경에서 브랜치를 설정한 후 원하는 기능을 구현한다
git checkout -b 브랜치이름 ex) git checkout -b qrdsl
ex) git remote add origin https://github.com/fortune-man/growthTogether.git
git remote add origin https://github.com/fortune-man/growthTogether.git
git push origin branch명