Alex Deem

Results 1 comments of Alex Deem

Instead of passing the destination branch as the `--base-branch` argument try using `git merge-base` to find the best common ancestor between your source and destination branches. Using this commit at...