Git Cherry Pick

Brett RowberryBrett Rowberry
1 min read

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!

0
Subscribe to my newsletter

Read articles from Brett Rowberry directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Brett Rowberry
Brett Rowberry

I like programming (at work) and learning for fun. You'll often find me cooking and working on my house in my spare time.