Configure Android Studio with Bitbucket team repo

前端 未结 7 1667
长情又很酷
长情又很酷 2021-01-31 02:59

I am trying to configure Android Studio to work with my team repo on Bitbucket. What I would like to do in the first place is to push my local project onto my team\'s repo.

相关标签:
7条回答
  • 2021-01-31 03:50

    1)Android Studio -> VCS -> Enable version control

    2)Right click on your root directory ->select git ->Add 3)Then click on ctrl+K 4)Write your commit msg 5)Click on Define Remote 6)Paste your git repository url . 7)and final step is PUSH

    0 讨论(0)
提交回复
热议问题