Fixed indentation on gitconfig
This commit is contained in:
parent
b76b342d48
commit
b045f98e6a
@ -13,15 +13,15 @@
|
||||
hist = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
type = cat-file -t
|
||||
dump = cat-file -p
|
||||
d = difftool
|
||||
d = difftool
|
||||
[push]
|
||||
default = matching
|
||||
default = matching
|
||||
[core]
|
||||
excludesfile = /home/stonewareslord/.gitignore_global
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
prompt = false
|
||||
[merge]
|
||||
tool = diffconflicts
|
||||
[mergetool "diffconflicts"]
|
||||
|
Loading…
Reference in New Issue
Block a user