git init
git remote add origin https://github.com/~.git
git pull origin 브런치이름
git checkout -b 브런치이름
git add .
git commit -m "커밋메시지"
git push origin 브런치이름
git push
이렇게만 해 주면 된다.