1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-07 00:05:10 +01:00

Show whitespace changes in diffs

This commit is contained in:
2018-10-20 13:19:19 +02:00
parent f993c9c81b
commit ff3afff43d

View File

@@ -33,13 +33,15 @@
# list aliases # list aliases
la = "!git config -l | grep alias | cut -c 7-" la = "!git config -l | grep alias | cut -c 7-"
[push] [push]
default = simple default = simple
[core] [core]
editor = vim editor = vim
[diff]
wsErrorHighlight = all
[url "git@github.com:"] [url "git@github.com:"]
insteadOf = "gh:" insteadOf = "gh:"
pushInsteadOf = "github:" pushInsteadOf = "github:"