gitbitbucketbitbucket-server

Export the list of commits which are there in one branch but not there in another branch with commit owner bitbucket



Solution

  • Here's the recipe:

    git log --pretty=format:"%h %ae %s" branch1 ^branch2