mirror of
https://github.com/tommytran732/macOS-Setup-Script
synced 2024-11-21 17:31:34 -05:00
Create .gitconfig
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3819b64d7a
commit
142737f8c0
17
.gitconfig
Normal file
17
.gitconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user