In Eclipse using egit, is it possible to cherry pick a commit (in my case on the currently checked out branch, e.g. master) onto another branch B without first having to check out B?
This would be quite a time saver...
NB, this is explicitly about cherry picking (involving merging) and not just fetching other branches as asked before