Posts

Showing posts with the label git-extensions

Adding Android Studio Project to new git Repository

Adding Android Studio Project to new git Repository I create a new repository from bitbucket and create new android project want to add in a new repository but whenever I do the old android bitbucket project added to new repository along with the new Android project, I want only one project with one repository, I tried all nothing is working, I have also changed url from git bash but whenever I add, commit and push project from android studio, it also show old project hierarchy in push window and it pushes to new repository. I don't want to add old project with new repository. I tried many command rehead,rebash etc etc..any help will be appreciated What is the directory structure of your two projects? I mean, are both projects in the same directory? Does that parent directory have a .git directory? (Be sure to "show hidden files" in order to check.) – Code-Apprentice Jun 29 at 18:11 ...