Posted Mar 19, 2012 16:38 UTC (Mon) by aorth (subscriber, #55260)
[Link]
I agree, I think 'upstream' is a more sensible default. I was always confused by the default behavior... this helps. :)
git option documentation
Posted Mar 19, 2012 17:13 UTC (Mon) by ballombe (subscriber, #9523)
[Link]
You are not too lazy.
Options for 'git foo' should be documented in 'git help foo', but this is often not the case. Instead push.default is only documented in 'git help config', so basically you will not find about it unless you know it exists.
If options were documented properly, there would probably be less complains about default behaviors.