Files
garden/git config.md
T
2024-06-01 20:14:55 +02:00

335 B

Git Config

git config --local commit.template commit-template.txt
git config --global user.name "Flancian"
git config --global user.email "0@flancia.org"
git config push.autoSetupRemote true

To make pushing after setting up a new branch more seamless.