add git email/name

This commit is contained in:
Mylloon 2022-09-30 20:31:02 +02:00
parent 47d50c5bf1
commit 59e89bd89f
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 4 additions and 0 deletions

View file

@ -349,6 +349,8 @@ then
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/.config/VSCodium/product.json -P "$HOME"/.config/VSCodium/
# === Git ==
git config --global user.email "kennel.anri@tutanota.com"
git config --global user.name "Mylloon"
git config --global pull.rebase true
git config --global init.defaultBranch main

View file

@ -179,6 +179,8 @@ then
mkdir /mnt/y
# === Git ==
git config --global user.email "kennel.anri@tutanota.com"
git config --global user.name "Mylloon"
git config --global pull.rebase true
git config --global init.defaultBranch main