Re: So git pull is shorthand for what exactly?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: So git pull is shorthand for what exactly?
Дата
Msg-id 4CA61708.1040801@postgresql.org
обсуждение исходный текст
Ответ на Re: So git pull is shorthand for what exactly?  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: INSERT ... VALUES... with ORDER BY / LIMIT
Следующее
От: Tom Lane
Дата:
Сообщение: Re: So git pull is shorthand for what exactly?