In Bitbucket, I created a team and then a project. I created a (main) repository with only one branch - `master`
, and then I added a team member, who forked the repository.
After that, I pushed a new branch `dev`
to the repository but my team member does not have the `dev` branch in his own forked repository.
We also do not know how to create an upstream
remote branch that will connect his local/forked repository to the main repository because the link for cloning the repo has my name on it and will require me to enter my password on his computer before it is added as an `upstream` remote.
How can my team member get the `dev
` branch to his own repo in Bitbucket? How can my team member create an `upstream` remote connected to the main repository in Bitbucket?