Notes for using the instance.
| README.md | ||
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