add git email/name
This commit is contained in:
parent
47d50c5bf1
commit
59e89bd89f
2 changed files with 4 additions and 0 deletions
2
arch.sh
2
arch.sh
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue