How to create a git repo on Codeberg#
On the website, follow the instructions in Create → + New Repository. Then, git clone the repo:
git@codeberg.org:r4re/docs.git
cd docs
Add configure it:
git config user.name "Admin"
git config user.email "admin@r4.re"
git config user.signingkey <GPG KEY ID>
git config commit.gpgsign true