Re: So git pull is shorthand for what exactly? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: So git pull is shorthand for what exactly?
Date
Msg-id 4CA61708.1040801@postgresql.org
Whole thread Raw
In response to Re: So git pull is shorthand for what exactly?  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
  On 10/01/2010 01:08 PM, I wrote:
>
>
> "git push origin HEAD" pushes the current branch, whatever it might 
> be. That might be a useful alias for you to set up.
>
>

Oh, and you can change the default by setting push.default to 'current' 
instead of 'matching', which is the default default ;-) "man git-config" 
for details.

cheers

andrew



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: INSERT ... VALUES... with ORDER BY / LIMIT
Next
From: Tom Lane
Date:
Subject: Re: So git pull is shorthand for what exactly?