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
|
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
|
type = cat-file -t
|
||||||
dump = cat-file -p
|
dump = cat-file -p
|
||||||
d = difftool
|
d = difftool
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = matching
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/stonewareslord/.gitignore_global
|
excludesfile = /home/stonewareslord/.gitignore_global
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = false
|
||||||
[merge]
|
[merge]
|
||||||
tool = diffconflicts
|
tool = diffconflicts
|
||||||
[mergetool "diffconflicts"]
|
[mergetool "diffconflicts"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user