Hi, not sure if this relates to GitLab or is a common Git issue. There are several files in our repository which were modified in the last weeks but are effectively displayed and delivered as old revisions. Here is one example:
File production.logback-spring.xml in master-Branch shows commit d26c60fb from 12 Nov 2018. Even when I pull the repo with master-Branch, this file gets delivered. But I committed a newer version on 14 Jan 2019. This is shown correctly as last committed file in File History in master-Branch.
I don’t understand what’s going on here. Is this a common Git behaviour I don’t know about?
Thanks
Jeong