Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How gitlab show fork branch ahead or behind upstream branch like github?

Tags:

git

github

gitlab

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?

like image 294
CrazyPig Avatar asked Dec 05 '25 03:12

CrazyPig


1 Answers

As far as I know this is not currently possible.

I am actually working towards something similar, but I will probably end up writing a script to fetch and compare the logs of various repos, so I can do this from my own developer machine shell.

like image 129
Warren P Avatar answered Dec 07 '25 16:12

Warren P



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!