1

Fetch:

git fetch --tags --progress ssh://git@gitscm.company.com/project/repository.git +refs/pull-requests/*:refs/remotes/origin/pull-request/*    

Result:

 + 6f39c4e...b2fd4cd refs/pull-requests/1139/merge -> origin/pull-request/1139/merge  (forced update)
 + b4f274b...dd71491 refs/pull-requests/1499/merge -> origin/pull-request/1499/merge  (forced update)

But there are no information about destination branch.
How define it?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Arthur Kharkivskiy
  • 540
  • 1
  • 7
  • 16

1 Answers1

1

Use REST API, I think it should help you.

0xFF
  • 585
  • 1
  • 6
  • 22