Git tips & tricks part 4: more on cherry picking
In my previous post I discussed how it was possible to merge individual changes from one branch to another. At that time I mentioned using the log on the original branch to figure out which changes were available to merge, but it turns out there’s an easier way. Let’s say you made some changes in [...]

