diff --git a/gitconfig b/gitconfig index 3babb77..8d4e9d7 100644 --- a/gitconfig +++ b/gitconfig @@ -2,4 +2,6 @@ name = David Tomaschik email = david@systemoverlord.com [push] - default = simple + # Simple is not supported on git < 2.0 + #default = simple + default = matching