add git config
This commit is contained in:
parent
3f6245124b
commit
628fd789a9
24
dot_config/git/config
Normal file
24
dot_config/git/config
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
[user]
|
||||||
|
email = joel@beckmeyer.us
|
||||||
|
name = Joel Beckmeyer
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
[push]
|
||||||
|
default = current
|
||||||
|
[filesystem "N/A|13.0.2|/dev/sda2"]
|
||||||
|
timestampResolution = 10000 nanoseconds
|
||||||
|
minRacyThreshold = 6379 microseconds
|
||||||
|
[merge]
|
||||||
|
tool = meld
|
||||||
|
[review "review.lineageos.org"]
|
||||||
|
username = jbeckmeyer
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
[core]
|
||||||
|
autocrlf = input
|
||||||
|
safecrlf = true
|
Loading…
Reference in New Issue
Block a user