Search code examples
gitgithubandroid-studioversion-controlrepository

How to change git repository using android studio


I'm using git with android studio and I already sync other repository.

But I hope to change a git repository like github.

I think I need to disconnect already connected to the repository but I don't found this option.

To do that, How can I do?


Solution

  • Go to your project directory and delete hidding .git folder like shown below

    you will be disconnected to git.

    enter image description here