Is there a way to know if the code change for a particular commit on a branch is in another branch as well (whether it be via git cherry-pick or merge)
I have two branches of code and occasionally some commits that goes into one branch should also go into another. How do I find out what commit was done to branch A but not B (and vice versa - what's done to both). Right now I am manually checking the commit changes in both branches.