Programming/android
android studio - git push rejected
구차니
2020. 6. 7. 10:50
요즘 개발을 안했더니 바보가 된 느낌?
일단 github에 저장소 생성하고
git remote에 등록을 한다고 해서 저장소가 끌려오는게 아닌데 착각을 해서 헤매는 중
안드로이드 스튜디오 git 사용하려면
github에서
1. git repository 생성
안드로이드 스튜디오에서
2. git remote 등록
3. git pull
4. git branch 실행 remote 의 origin/master 으로 rebase
5. git push
[링크 : https://comoi.io/235]