© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Brett Rowberry
Husband, dad, manager, functional programmer, and DIYer
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!
As I merge these little cherry-pick commits and update my original branch, the files changed count keeps dropping!
Brett Rowberry
Husband, dad, manager, functional programmer, and DIYer
As I merge these little cherry-pick commits and update my original branch, the files changed count keeps dropping!