Android Studio : How to upload project in GitHub


Android Studio : How to upload project in GitHub
Steps:
> First : Install git in your PC  
 https://gist.github.com/derhuerst/1b15ff4652a867391f03
 

> Check git version
git version 

Setting up Git

  1. Set your email in Git.
- Open Android Studio 
- Settings > Version Control > GitHub : Login with your details 
- Open the project that you want to share on GitHub
- Go to VCS (Version Control System)
- Select Import into Version Control 
- Select Share Project on GitHub

Comments

Popular Posts