Reputation: 11
I have a Bitbucket account and there are multiple branches in it. When I am developing any new feature, I will create a branch from master and then start my new feature eg. "Feature A" branch.
Now when I am done with my new feature then I commit and push the changed files to Bitbucket in my separate branch "Feature A".
Is it possible to test particular "Feature A" branch? If yes then how can I access it in browser url?
Upvotes: 1
Views: 801