Skip to main content

Command Palette

Search for a command to run...

Git Cherry Pick

Published
1 min read
Git Cherry Pick
B

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

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!

B

As I merge these little cherry-pick commits and update my original branch, the files changed count keeps dropping!