[AndroidStudio] GitHub 연동하기

이지헌·2023년 9월 21일
0

github 연동 방법

  1. android studio에서 project 생성하기
  2. file - settings - version control - github 에서 계정 연동하기
  3. vcs - create repository를 통해 .git 파일 생성하기
  4. github에서 레포지토리 생성해주기
  5. android studio terminal에서 아래 코드 입력해주기
git remote add origin [git repository 주소]
  1. android studio 화면 우상단 commit
  2. commit이 완료되면 push후 github repository에서 확인해보기
profile
android app_kotlin 개발자를 목표로 하는 이지헌입니다.

0개의 댓글