Git branch cherry-pick
Git gymnastic
Prende i commit da thisbranch
che non sono in thatbranch
e ne fa il cherry-pick nel
branch corrente:
git log --pretty='%h' thisbranch ^thatbranch | tac | xargs git cherry-pick
Prende i commit da thisbranch
che non sono in thatbranch
e ne fa il cherry-pick nel
branch corrente:
git log --pretty='%h' thisbranch ^thatbranch | tac | xargs git cherry-pick