Commit 631fe56faeb0acc600074b89eaeca93e548d3e12

Carlos Martín Nieto 2021-04-11T21:22:33

repo: specify init.defaultbranch is meant to be a branch name We don't want the default branch's refname here but its name as branch. Returning an error saying it's not a valid reference here suggests we want the value of `init.defaultbranch` to be something like `refs/heads/default` which is not the case.