Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Feb 19, 2024
1 parent b5341be commit 90f403d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions git/gitconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://jvns.ca/blog/2024/02/16/popular-git-config-options/

[user]
name = Maximilian Wolf
email = 69987866+MaxWolf-01@users.noreply.github.com
Expand All @@ -17,7 +19,7 @@
# ff = only

[push]
autoSetupRemote = true
default = current

[credential "https://github.com"]
helper =
Expand All @@ -26,8 +28,16 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
process = git-lfs filter-process
required = true

[diff "lockb"]
textconv = bun
binary = true
binary = true

[help]
autocorrect = 10

[branch]
sort = -committerdate

0 comments on commit 90f403d

Please sign in to comment.