How can I tell, from a script, if “git cherry-pick” fails?
From: Kevin Layer <hidden> Date: 2016-11-02 15:14:58
If the cherry-pick fails due to a merge conflict, it just returns an
exit status of 0. I have a script that does a series of cherry-picks
and I need to know if they succeed.
I'm sure this has been covered before.
Using git version 1.8.3.1.
Thank you.
Kevin