...
Info |
---|
If you have already made all your code changes locally while on the dev branch but have not yet committed anything, you can still follow the steps below to create your feature branch. You may need to stash your changes before you do the pull, and when unstashing, you may need to resolve merge conflicts. |
Make sure you are on the dev branch and then do a pull (to ensure you have the latest code).
Click on the branch dropdown then click
New Branch
.Name the branch as follows:
feature/PbiNumber-PbiTitle
. To be safe, ensure that the new branch is based off of origin/dev (i.e. the remote dev branch, to ensure you have all the latest changes that are in dev).The bottom-right corner should now show the name of your branch. If not, switch to your feature branch.
...