mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Tig can read config from gitconfig
This commit is contained in:
parent
2b228546bc
commit
078811e5f0
@ -1,5 +1,8 @@
|
||||
[format]
|
||||
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
|
||||
[color "diff"]
|
||||
oldMoved = 141
|
||||
newMoved = 39
|
||||
[include]
|
||||
path = .gitconfig.author
|
||||
[filter "lfs"]
|
||||
@ -12,3 +15,5 @@
|
||||
cmd = ksdiff --partial-changeset --relative-path \"$MERGED\" -- \"$LOCAL\" \"$REMOTE\"
|
||||
[alias]
|
||||
ksdiff = difftool -yt Kaleidoscope
|
||||
[tig]
|
||||
status-show-untracked-files = yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user