Rich-Harris/degit

Default to "main" branch

jonasgeiler opened this issue · 1 comments

New GitHub projects are now using a "main" branch instead of the "master" branch.
degit should sooner or later support this new behaviour.

As of now, I get this error:

! could not find commit hash for master

And I have to specify the branch manually (append #main)

Duplicate of #207