I've been successfully pushing to my BitBucket account from git via the command line for a month or so and now today, I'm experiencing a strange change in what files are visible in the file tree and via direct url. I've been unable to find a setting to correct this. What I'm seeing:
Any suggestions?
The problem was most likely that there were dangling commits in my repo. It appears to have been resolved by running `git gc` (garbage collection).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.