kota's memex

add a repo from cli

If you have a local repo that you want to upload to sourcehut you can just add the remote like so:

git remote add origin git@git.sr.ht:~kota/new-repo
git push origin main

You'll be prompted to click a link to confirm creating the repo and add a description, but that's about it!

build

Manually testing a distro:

image: archlinux
tasks:
 - test: |
    false

Skip CI:

git push -o skip-ci