Hello,
I have a remote feature branch created from the remote master. I am wondering how can I pull and update with latest changes from master (remote) to remote feature branch?
Thanks.
Hi
If you don't mind using a merg in Bitbucket, and most ther hosting services you can merge one branch into another.
Alternatively in Sourcetree you can fetch both branches down, then checkout the the feature branch and use the pull functionality to pull remote master into it and then push your feature branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.