Cherry picking some commits? How do you do it?

You need the hash (the short one or the long one, doesn’t matter) for the commit you want to incorporate and then you use the command line:


git cherry-pick hash

Some thing will come in cleanly, others must be edited, and there are changes depending on a whole lot of other commits where its getting probably to much work to try it.