We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New GitHub projects are now using a "main" branch instead of the "master" branch. degit should sooner or later support this new behaviour.
degit
As of now, I get this error:
! could not find commit hash for master
And I have to specify the branch manually (append #main)
#main
The text was updated successfully, but these errors were encountered:
Duplicate of #207
Sorry, something went wrong.
master
Successfully merging a pull request may close this issue.
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:
And I have to specify the branch manually (append
#main
)The text was updated successfully, but these errors were encountered: