cd 받을 폴더명
git clone [repository 명] ex) git clone https://github.com/cjw9796/Frontend_Test.git
cd 받은 폴더명
git checkout -b 새로운 브랜치명
git add .
git commit -m "커밋메시지"
git push origin 새로운 브랜치명
cd ...(작업할 폴더 경로)
git push