95cf7b85faa2ac1bc86abf55b99ea97919d09e41
Previously repo create only initialized the local repo and relied on Gitea's push-to-create feature, which always yields a private repository. Now the script pre-creates the remote via the Gitea API honoring --visibility public|private (default: private), and falls back to a PATCH when the repo already exists.
Description
No description provided
Languages
Shell
100%