简体   繁体   中英

for a given Bitbucket Pull Request , i need to find out Target Merge Branch of this PR

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.

No, there is no such GIT command, as others mentioned, Pull Requests are not part of GIT itself.

You need to go via the Bitbucket API:(

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM