# Git Cherry Pick

I've known about `git cherry-pick` for some time, but I just used it today for the first time. I had a branch with a lot of changes and I needed one commit to go out right away. So, I cut a new branch and used `git cherry-pick <sha>`. Easy as pie!
