TIL about `git cherry-pick -x` and `git cherry`.
[1][1]: stackoverflow.com/a/2937724
#git
Git: Is there a way to figure out where a commit was cherry-pick'ed from?
If I cherry-pick from multiple branches, is there a simple way to figure out where the commit was coming from (e.g. the sha of the original commit)? Example: - at master branch - cherry pick commi...Stack Overflow