http://wii.logdown.com/posts/2013/11/15/android-studio-git-tutorial
1) At the first, you should install Git for Windows.
2) File > Settings > Version Control > Git
3) VCS > Enable Version Control Integration > select "Git"
4) In this step, Android Studio doesn't provide GUI to work, We should use Git for Windows tool.
Go find Git Bash in git folder.
Git Bash > Go to Project folder
Git Bash > key in add remote command
5) Select <project/file> > VCS > Git > Add to VCS
6)VCS > Commit Changes...
7) VCS > Git > Push
반응형
'Android Story' 카테고리의 다른 글
[ Android ] SDK Architecture (0) | 2016.01.26 |
---|---|
[ Android ] MediaPlayer & VideoView (0) | 2016.01.26 |
[ Android ] #Socket #Image # Transfer (0) | 2016.01.20 |
[ Android ] android studio Github pull (0) | 2016.01.20 |
[ Android ] Git 연동 (0) | 2016.01.20 |
[ Android ] Bitmap 파일패스로 열기 (0) | 2016.01.19 |
[ Android ] Bitmap OutofMemory Exeption Solution (0) | 2016.01.19 |
[ Android ] Socket 통신 - 이미지 전송 (0) | 2016.01.19 |