Added push.default to be matching instead of simple

This commit is contained in:
Austen Adler 2014-05-26 14:25:16 -04:00
parent 5784889bc9
commit 89a1a6e543

View File

@ -14,7 +14,7 @@
d = difftool d = difftool
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --abbrev-commit
[push] [push]
default = simple default = matching
[core] [core]
excludesfile = /home/stonewareslord/.gitignore_global excludesfile = /home/stonewareslord/.gitignore_global
[diff] [diff]