github 사용법
처음 작업 할 때:
git perspective view -> Clone a git repository and add the clone to this view -> 연결
작업 시작할 때:
본인 브랜치 -> fetch from origin -> rebase master
작업 끝났을 때:
본인 브랜치 -> commit & push -> github사이트 들어가서 compare & pull request하기
pull request
Pull Requests -> New pull request