For a given Pull Request , i need to find out Merge Target of this PR , whether this PR will merge one branch to another branch or one branch to main master branch. is there any git command to do the same? BitBucket API via python/curl are not preferred option.
system is git v1.18 on Centos , repo is private BitBucket .
git show-refs , git log did not not help.