1
0
Fork 0
Notes for using the instance.
Find a file
2026-07-24 18:59:15 +02:00
README.ansi Upload files to "/" 2026-07-24 18:59:15 +02:00
README.md Update README.md 2026-07-24 18:59:03 +02:00

git.domi.work

Look at this file in a shell session:

curl git.domi.work

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