How to remove git from Android Studio Project
Sometimes a developer wants to change the old git repository url to New or remove git tracking history and push the code as a fresh new project.
To remove git from Android Studio Project, we need to follow two steps:
Removing the .git hidden folder
...
jayknows.hashnode.dev2 min read