In github web ui, we can see the sync status message of our fork project branch is ahead or behind of upstream project branch, just like :
This branch is 1 commit ahead of [projectName]:[branchName].
But in gitlab, I can’t find it!
My Question is :
Is there some way to show this kind of message in gitlab web ui?
my question on stackoverflow : How gitlab show fork branch ahead or behind upstream branch like github?