Commit 14985171793345f4d2c4eac310cd3ce93e65f897

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.