mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-27 23:46:42 +00:00
Git: add .gitconfig
This commit is contained in:
parent
afac63a826
commit
995e3a6d53
21
.gitconfig
Normal file
21
.gitconfig
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
[user]
|
||||||
|
email = phantop@tuta.io
|
||||||
|
name = Jonathan Hakimi
|
||||||
|
[credential]
|
||||||
|
helper = store
|
||||||
|
[core]
|
||||||
|
quotepath = false
|
||||||
|
commitGraph = true
|
||||||
|
[gc]
|
||||||
|
writeCommitGraph = true
|
||||||
|
[cola]
|
||||||
|
spellcheck = false
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
[url "https://aur.archlinux.org/"]
|
||||||
|
insteadOf = "aur:"
|
||||||
|
[url "ssh://aur@aur.archlinux.org/"]
|
||||||
|
pushInsteadOf = "aur:"
|
Loading…
Reference in a new issue