How to work with two different BitBucket accounts in SourceTree

前端 未结 9 446
天命终不由人
天命终不由人 2021-02-01 13:00

I have two different bitbucket accounts set up. One is for work projects and one is for personal use. In BitBucket I have set up a repository in each of the accounts for diffe

9条回答
  •  无人共我
    2021-02-01 13:30

    For BitBucket account/repos, you can include the username you want to use as part of the git URL. SourceTree will then ask for the password for that username.

    https://username@bitbucket.org/account/repo
    

提交回复
热议问题