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
6. Enter your git password when prompted
7. Wait.... and it will be done.
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 prompted6. 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.