Get commits that were not cherry picked to release branch: git cherry -v release develop > gitlog.txt Commits starting with + were not cherry picked yet, the ones starting with - are already in release branch.