Build custom .gitconfig for the game environment

Fixes .
This commit is contained in:
blinry 2020-10-29 17:23:12 +01:00
parent 25d8905df8
commit 617adc8e06
5 changed files with 15 additions and 9 deletions
scripts

12
scripts/gitconfig Normal file
View file

@ -0,0 +1,12 @@
[user]
email = you@time.agency
name = You
[core]
editor = ~/fake-editor
[init]
templateDir = ""
defaultBranch = main
[log]
decorate = true
[advice]
detachedHead = false