dotfiles/git/gitconfig
Dmytro Meleshko ccae18c898 [git] remove useless git aliases
I'm always using `gloga` rather than `tree`, and `unstage` + `discard`
can be done with `git restore`/`grs`
2020-07-04 19:50:20 +03:00

21 lines
385 B
Text

[color]
ui = true
[pull]
rebase = true
[core]
pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse