On Tue, Aug 13, 2013 at 07:52:44PM -0700, GitHub wrote:
>   Log Message:
>   -----------
>   Revert "treat first component serially to avoid problems with some vn 
> versions"

Lesson: don't trust that the defaults in git do what you want. Use the
following to tell it to only push the current branch if no specific
target is specified ('git push'):

  git config --global push.default upstream

(or use 'simple' instead of 'upstream' for git>=1.7.11)

Frank

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Users mailing list
[email protected]
http://cactuscode.org/mailman/listinfo/users

Reply via email to