Posts

Showing posts with the label android studio

Create New Repo. with Existing Project in Android Studio

Image
Simple Steps to create new Repo in Bitbucket Android Studio's Existing Project. 1. login to bitbucket 2. Create New Repo say myExample 3. Open your project VCS option in tool bar. 4. Enable Git version Contol. 5. Open Project Panel and select android option. 6. selcet App module, right click--> Git --> Add 7. selcet App module, right click--> Git --> Commit Directory. 8. state your comment --> commit. 9. Once Commit done it will ask you for remote origin , click remote origin--> go to your repo webpage you'll   https:\\some_url_with_repo_name   copy > paste > ok > push. 10. Done!!! refresh your repo page and check your code. By default you're on Master Branch.