How to Contribute to an to Existing Git Repository in Android Studio
Read moreDo Android developers use GitHub?
With Android Studio, you don’t need to use the terminal to contribute to an Android project on GitHub . It has native integration with git and GitHub to allow most actions via the Android Studio UI. When you open Android Studio, it offers the option to open a project from version control.
Read moreWhat is GitHub in Android Studio?
GitHub is an online service for project hosing using Git version control . To host the project on Git, a Git account should be created in github.com. Now you can share the Android project on GitHub. Go to “VCS –> Import into Version Control –> Share Project on GitHub”
Read more