I have one local commit (for example, at branch1
branch) and I need to apply it to another branch (eg. branch2
). I know that I have to use the
git cherry-pick
command but I really cant find out by myself how the command should finally look. Help me please and sorry for my English.
UPD: I've read this link, but I still cant understand how to use it in my case.