Create git repository of existing project in android studio

Kishore Jethava
1 min readApr 28, 2020

Developers often create repository first on GitHub and then after clone it into Android Studio.

but what if project is already created and we want to up that project in GitHub?

For creating go to :

VCS -> Import into to Version Control -> Share Project into GitHub

On Sharing, Project will be created on GitHub.

After sharing, Android Studio will ask to commit files. if you press on Add, all files will be committed.

If you press cancel, you can commit latter using Ctrl + K and Push using Ctrl + Shift + K.

Happy Coding!

--

--