Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple Github account in android studio

I am working on different client projects and each will have different git user (username and password will be different). I am not able to find a way to save multiple git account against each project (multiple git clone urls). How can we configure multiple Github accounts in Android studio?

like image 984
Muhamed Riyas M Avatar asked Jan 30 '18 09:01

Muhamed Riyas M


1 Answers

For each of your project : Set git remote url pointing to your specific github account And when you push your commits just use account credential related to that git account

like image 153
Sandeep PC Avatar answered Sep 16 '22 15:09

Sandeep PC