First I needed to delete on my server using ssh. If someone has a way not to do this, write.
I found my bare repositories in
cd /var/opt/gitlab/git-data/repositories/group-name/project-name.git
is used
git branch
to see the wrong active branch
git symbolic-ref HEAD refs/heads/master
to change the master to a branch named master, then use the web interface and "git branch" to confirm.
Jeff Jun 22 '15 at 19:08 2015-06-22 19:08
source share