I have been using GitLab
to manage our Git repository. Recently I have encountered a problem where we are not able to create any pull requests. No matter the destination branch, I always get:
There isn't anything to merge.
Branch to be merged and master are the same.
I have searched through stackoverflow where people had a same problem but I am still unable to resolve this issue. Can someone please point me right direction to resolve this issue?
...so far I have tried following:
Can not do merge request on GitLab --> Exactly same problem but I don't see anything weird in .git/config file!
How can I reconcile detached HEAD with master/origin? --> I don't have HEAD detached, I have verified.