Discussion:
master -> main on github.com
Miroslav Suchý
2021-03-18 09:09:13 UTC
Permalink
I have changed default branch for our github.com projects:

https://github.com/fedora-copr

(all but copr which already used main)

To change it it your local checkout please do:

git branch -m master main
git fetch origin
git branch -u origin/main main

It mainly affects:
https://github.com/fedora-copr/fedora-copr.github.io
And, yes, I changed the default branch for github pages generator too. So the blog should work correctly.


--
Miroslav Suchy, RHCA
Red Hat, Associate Manager, Community Packaging Tools, #brno, #fedora-buildsys
_______________________________________________
copr-devel mailing list -- copr-***@lists.fedorahosted.org
To unsubscribe send an email to copr-devel-***@lists.fedorahosted.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedorahosted.org/archives/list/copr-***@lists.fedorahosted.org
Do not reply to spam on the lis

Loading...