VCS -> Enable Version Control Integration.. -> Git
Git -> Commit
Git -> Manage Remotes -> Github Repository 주소 추가
Git -> Push (Github Login이 필요하다 나오면 Login)
위와 같은 방식으로 진행하였으나 아래와 같은 오류 출력과 함께 push 실패
hint: Updates were rejected because the remote contains work that you do not
hint: have locally. This is usually caused by another repository pushing to
hint: the same ref. If you want to integrate the remote changes, use
hint: 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Github에 Repository 생성시 Readme.md를 추가할 시 생기는 오류라고 한다.
Readme.md 추가없이 Repository 생성 후 재 시도로 문제 해결.