Browse Source
This fixes an issue I noticed with #10803: when you create a repo with a non-master default branch, gitea doesn't change the remote ref HEAD, so it still points at refs/heads/master. As a result, cloning my repos gives me error messages and doesn't check out the desired default branch, so I need to manually check it out after cloning.tags/v1.13.0-rc1
1 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue