Android Story

[ Android ] Github 연동2 - Push

WhiteDuck 2016. 1. 20. 21:35

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.

  1. Git Bash > Go to Project folder

  2. Git Bash > key in add remote command


5) Select <project/file> > VCS > Git > Add to VCS
6)VCS > Commit Changes...
7) VCS > Git > Push


반응형