Link to home
Start Free TrialLog in
Avatar of sukhoi35
sukhoi35

asked on

Branching out a Feature Branch.

Hello Experts,
Through SourceTree, I have created a new GIT branch (let us call it temporary branch) from a Feature Branch. When I push something to the Feature Branch, I expect the temporary branch to track the Feature Branch and notify me that there are commits to be pulled. For some reason, I do not want to merge the temporary branch to the Feature Branch for some time, but like to have all the latest changes in the Feature branch pulled on-to temporary. Can  you please let me know if this is possible?
ASKER CERTIFIED SOLUTION
Avatar of mccarl
mccarl
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sukhoi35
sukhoi35

ASKER

Thank you , mccarl. Yes, SourceTree pretty much makes available most of the important bash commands through their UI client. If there is a changed file in the temp branch, will that get overwritten by the feature branch when I rebase? Also if there are conflicts can I please know what would happen?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you , mccarl!
You're welcome!