I have a commit with more than 14 files modified.
When I apply this commit in an other branch, the commit applied doesn't contain all these files but only 3 files.
The commands i'm using are:
git checkout mybranch
git cherry-pick COMMIT_HASH
Could you please tell me what should I add to be able to get all the modifications?