Thursday 6 July 2017

How to push a project to github from Android Studio

1. Create a repository on github in your account
2. Open mac terminal and go to the path where your repository is:
3. Type git branch
4. Choose the git branch that you want to move from your android studio and type the command below
      git push -u origin origine/master
5. Enter your git username when prompted
6. Enter your git password when prompted
7. Wait.... and it will be done.
8. Check on your github account under the repository name you chose.

No comments:

Post a Comment