1

I have already share my android project on Github. But I had to make some changes later on, now how do I commit these changes to the same existing repository ?

1

2 Answers 2

1

First look open the tab on bottom android studio named Version Control

then commit changelist by right click like below picture and click Commit File...

enter image description here

Then Commit And Push your changelist to your repository

enter image description here

0
0

It is safer to make a branch and make your changes then push to the master. Click on bottom of the right corner(master)->New branch->Branch name->Create

Next VCS->Git->Commit and give commit. Then you can Push the branch to the gitHub VCS->Git->Push

Not the answer you're looking for? Browse other questions tagged or ask your own question.