Configure Android Studio with Bitbucket team repo

前端 未结 7 1665
长情又很酷
长情又很酷 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:30

    You need to add the files to your local repository first. Go to menu VCS -> Show Changes View. Add all the files. Then got to menu VCS -> Import into Version Control -> Share project.

    You will be ask to enter the bitbucket origin URL. And that's it.

提交回复
热议问题