29 February 2012

Git - alias to cherry-pick with automatic message

While working with Git, there is situation where you will use git cherry-pick to carry over change from a version to another.
Even if you want to adapt cherry-picked commit messages, it can be done very quickly, if