Skip to content

Commit

Permalink
Update .config/git/config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Mar 19, 2024
1 parent cb9b18e commit 1a2459e
Showing 1 changed file with 46 additions and 30 deletions.
76 changes: 46 additions & 30 deletions dot_config/git/config
Original file line number Diff line number Diff line change
@@ -1,56 +1,72 @@
[include]
path = color

[includeIf "gitdir:/workspaces/"]
path = codespace

[help]
autocorrect = 1
autocorrect = immediate

[core]
pager = delta --diff-so-fancy

[interactive]
diffFilter = delta --diff-so-fancy --color-only
[user]
name = Jason Morganson
email = [email protected]

[delta]
navigate = true
[credential "https://github.com"]
helper =
helper = !gh auth git-credential

[merge]
conflictstyle = diff3
[credential "https://gist.github.com"]
helper =
helper = !gh auth git-credential

[diff]
colorMoved = default
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

[fetch]
prune = true

[pull]
rebase = true

[commit]
verbose = true

[absorb]
maxStack=100

[push]
default = current
autoSetupRemote = true

[merge]
conflictstyle = zdiff3

[rebase]
autostash = true
autosquash = true
updateRefs = true
missingCommitsCheck = error

[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[rerere]
enabled = true

[user]
name = Jason Morganson
email = [email protected]
[sequence]
editor = interactive-rebase-tool

[credential "https://github.com"]
helper =
helper = !gh auth git-credential
[interactive]
diffFilter = delta --diff-so-fancy --color-only

[credential "https://gist.github.com"]
helper =
helper = !gh auth git-credential
[delta]
navigate = true

[includeIf "gitdir:/workspaces/"]
path = codespace
[sequence]
editor = interactive-rebase-tool

[absorb]
maxStack=100
[diff]
algorithm = histogram
colorMoved = default
colorMovedWS = allow-indentation-change

0 comments on commit 1a2459e

Please sign in to comment.