local repository(head)에 반영된 변경내용을 remote repository에도 반영
git push origin <branchname>
Remote Repository 페이지에서 새로고침하면 Push된 파일이 보임
git pull origin <branchname>