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. That’s the option we’ll use.
Read moreDoes Android Studio require Git?
Android Studio will use a Git executable installed on your local machine to for interact with your Git repository . If you don’t already have Git installed on your machine you will need to complete this step first, otherwise you can skip directly to Step 2.
Read more