Default HEAD points to master, and doesn't get updated on initial (first) push, therefore git remains in a broken state
Created by: PAStheLoD
Hello, some ouf our repositories don't have a master branch, so after pushing to gitlab (gitolite) the site still shows the "howto" which is usually shown for empty repositories.
After running a
git symbolic-ref HEAD refs/heads/unstable
on the bare repository, things got better.