Hey,
I have a BitBucket repository containing two branches: master and dev.
I'm working with JetBrains CLion IDE. For some reasons two directories I committed and pushed via IDE to "dev" branch are randomly recognized on my bitbucket webpage. Sometimes they are shown, and sometimes they are not. Anyway... when they are shown and I would try to click one of them it says, that this file or directory doesn't seem to exist.
But I'm pretty sure the whole branch on bitbucket is fine, 'cause when I try to create a whole new project and checking out from my bitbucket repository (the bitbucket URL) a new project is created, and after checking out from remote/dev all files are there.
This is the link to my repository:
https://bitbucket.org/officiallynarstudios/lynarmath
So is there any problem with bitbucket web interface? This problem only seems to appear when I'm logged in. After logging out, being a casual "visitor", everything is being displayed correctly.
Thanks for your help!