Articles → Git → Integrate Github In Android Studio
Integrate Github In Android Studio
Add Github Account In Android Studio
- Open android studio.
- Go to File → Settings…. Following window will appear
Click to Enlarge
- Go to Version Control → GitHub.
- Click on ‘Add account’ link. Following popup will appear
Click to Enlarge
- Enter the login and password and click on Log In.
- Github account is added.
Click to Enlarge
Clone A Project From Github
- Go to File → New → Project From Version Control Git
Click to Enlarge
- Following window will appear
Click to Enlarge
- In this window, enter the github URL and local folder path and click on ‘Clone’ button.
- A copy is created on the local drive.
Click to Enlarge
How To Commit Changes?
Click to Enlarge
How To Push And Pull Changes?
- VCS Git → Push for pushing changes
- VCS → Git Pull for pulling changes