I am using cherry pick to add commits from my branches on github. I have a branch with only one commit and that is related to creating a new function. when, I try to add that commit using cherry-pick, I got a conflict with 3 incoming funcitons!
git cherry-pick 15sh -- no-commit
and the same commit in my PR on github is only adding one function, but got 3 function conflict!. It's imply adding two other funcitons from another PR!