###問題
ソースツリーのgit pushでリモートにあげた作業ブランチをreleaseブランチへpull requestしたところ
下記メッセージが表示されてしまい、差分が表示されませんでした。
TipsDivergenceExceededException
The merge cannot be completed because the divergence between the branches is too great. If you want to merge these branches, use a Git client.
###対応内容
作業ブランチにreleaseを取り込みgit push
その後再度pull requestしたところ差分表示されました。