github 연동 방법
- android studio에서 project 생성하기
- file - settings - version control - github 에서 계정 연동하기
- vcs - create repository를 통해 .git 파일 생성하기
- github에서 레포지토리 생성해주기
- android studio terminal에서 아래 코드 입력해주기
git remote add origin [git repository 주소]
- android studio 화면 우상단 commit
- commit이 완료되면 push후 github repository에서 확인해보기