Create .gitconfig

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-25 03:59:49 -07:00 committed by GitHub
parent 3819b64d7a
commit 142737f8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.gitconfig Normal file
View File

@ -0,0 +1,17 @@
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
[user]
name = Tommy
email = contact@tommytran.io
signingkey = 7BB740F4C6E30F43D4076F03555C902A34EC968F
[commit]
gpgsign = true
[pull]
rebase = true
[fetch]
prune = true
[diff]
colorMoved = zebra