You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried adding "cherry-pick = !git cherry-pick -x" git alias, but it doesn't work. The only thing I got to work was using a different name for the custom cherry-pick command, e.g. "cp = cherry-pick -x".
3 commit comments
Mic92 commentedon Jul 11, 2017
I noticed, I missed -x in
git cherry-pick
. Is their a way to get this behavior by default?bjornfor commentedon Jul 11, 2017
I tried adding "cherry-pick = !git cherry-pick -x" git alias, but it doesn't work. The only thing I got to work was using a different name for the custom cherry-pick command, e.g. "cp = cherry-pick -x".
Mic92 commentedon Jul 11, 2017
ok. Let's call it
backport
:backport = cherry-pick -x