Skip to content

Commit

Permalink
feat: update git config
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Mar 7, 2024
1 parent 5496474 commit 9ad10b0
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
[url "[email protected]:"]
insteadOf = https://github.com/

[init]
defaultBranch = main

[fetch]
prune = true

Expand All @@ -27,6 +30,20 @@

[diff]
external = difft
algorithm = histogram
submodule = log

[commit]
verbose = true

[merge]
conflictstyle = zdiff3

[rebase]
autosquash = true

[status]
submoduleSummary = true

[color]
ui = true
Expand All @@ -50,10 +67,9 @@
added = yellow
changed = green
untracked = cyan

[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[init]
defaultBranch = main

0 comments on commit 9ad10b0

Please sign in to comment.