I am really new to SourceTree and was hoping someone could help me out.
I have made changes to my working copy and I need to commit and push my changes to multiple branches. How do I do this?
Right now I have my current branch under the 'Branches' header on the left and then I have multiple branches located under the 'Remotes' header.
So basically I want to push my changes to my current branch and also a few that are located in my remotes.
Thanks
It seems you can merge an existing branch into another, although I don't feel very confident doing this since I would really like to avoid conflicts or you can cherry pick specific commits from one branch and add them to another.