Is there any way to see the changes from the cherry-pick
?, I was trying cherry-pick
git cherry-pick commit-hash-1 commit-hash-2
for multiple commits and i got multiple conflicts which i have resolved, but unable to check the difference before pushing it.
I can see the changes once i pushed and check difference between the branches, but i want to see the difference before pushing from the local.