Repo out of sync sometimes
Created by: randy-girard
I have this odd issue where I push my code up to the server. The web UI will reflect the changes properly. If I git clone the code down locally, I have all the changes I expect. However, when I git clone it on my VPS, it is missing a ton of commits. When I do a git log, its months behind.
Some things to note:
- I had moved the repo to a namespace and then removed the namespace. This caused me to have to manually move the repos on the file system.
- Updated to latest gitlab
- Updated to latest gitolite(Was happening with v2.x, thought this would fix it)