#TIL that I can enable "Push to Create" in my @forgejo@floss.social instance. I just backed up many projects from a Proprietary Service (which I might soon lose access to), using a single command for each project.
It made me really appreciate the composability of CLI when I could type git remote add forgejo .../$(basename $(pwd)).git && git push ... to get that micro-automation going.