$ git clone url
$ git checkout -b 브랜치명
$ git add . $ git commit -m "커밋메세지" $ git push origin 브랜치명
push 완료후 github Compare & pull request 버튼
코드 동기화 $ git pull real-blog(remote 별명) 브랜치 삭제 $ git branch -d develop(브랜치 별명)