Believe it or not, git checkout
Believe it or not, git checkout
Thanks. I wonder what effect that has on the git history of branch 2?
For some reason I thought cherry picking might be the ability to take any file from any commit on any branch and copying it to the current branch.
Git’s smart enough to realize it’s the same commit and skip it.
Common workflow use of cherry-pick:
All this works without issue.