목록안드로이드 #안드로이드스튜디오 #깃 #github #gitlab #깃허브연동 (1)
IT recording...
[안드로이드] AndroidStudio & Git연동 (git 터미널 사용법, gitHub 연동, gitLab연동, SSH)
1. Git 터미널 사용법 kim-daeyong.github.io/2019-01-04-git%EC%82%AC%EC%9A%A9%EB%B2%95/ git 터미널 사용법 깃 사용법 설정 git version - 버전확인 터미널을 열고 git config –global user.name “Your Name Here” git config –global user.email “your_email@youremail.com” Git에 가입할 때 썼던 이메일을 적어준다. git init - init은 kim-daeyong.github.io 2. Github 연동 2-1. Git 을 다운받는다. ---깃 공식 홈페이지 git-scm.com/ Git git-scm.com 2-2. File - New - Project from..
Android
2020. 9. 7. 21:11