Hi Kevin,
thanks for the HOWTO.
Some comments from trying it:

> 
> git push
> (This pushes the new ‘main’ branch to pagure.io)

This should be:
git push --set-upstream origin main

> git push origin :master
> (This deletes the old ‘master’ branch)

git push origin :master
remote: Branch deletion is not allowed
remote: Denied push for ref 'refs/heads/master' for user '******'
remote: All changes have been rejected

Best regards
Wolfgang
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.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.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to