1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00
dotfiles-local/gitconfig.local
2022-08-29 16:38:16 -05:00

28 lines
596 B
Plaintext

[credential]
helper = osxkeychain
[format]
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
[color "diff"]
oldMoved = 141
newMoved = 39
[include]
path = .gitconfig.author
[filter "lfs"]
required = true
clean = git-lfs clean %f
smudge = git-lfs smudge %f
[diff]
tool = Kaleidoscope
[difftool "Kaleidoscope"]
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
[alias]
ksdiff = difftool -yt Kaleidoscope
[tig]
status-show-untracked-files = yes
[pull]
rebase = false
[rebase]
instructionFormat = (%al) %s
[rerere]
enabled = true