I am working on a "branch" in Eclipse.
Some changes have been made to the "HEAD" branch.
How can I easily update a branch so that it can be synchronized with HEAD?
thanks
PS:
What I did, but I'm not sure if this is the best way:
- I made changes to the branch I'm working on
- Right click> Switch to another branch or version ...> Head (it puts HEAD instead of my branch)
- Right click> Merge ... (Then I choose where I merge the HEAD, and here I select my branch).
- Finally, I: Right-click> Switch to another branch or version ...> My branch and here I get my branch
Is there a cleaner way to do this?
Thanks.
source share