1
0
Fork 0
Notes for using the instance.
Find a file
2026-02-02 20:13:54 +01:00
README.md Update README.md 2026-02-02 20:13:54 +01:00

git.domi.work

Look at this file in a shell session:

curl https://git.domi.work/domi/meta/raw/branch/main/README.md

Use push to create to create a repository directly:

git remote add origin git@git.domi.work:{username}/{non-existing repo}.git
git push --set-upstream origin main

How to hide email address in commits:

git config --local user.email {username}@noreply.localhost