Re: Git 1.7 and git push?

2010-02-15 Thread Haïkel Guémar
Le 15/02/2010 17:37, Bruno Wolff III a écrit : I saw that there is a change in the way git push works in 1.7. Currently I only do simple things and a typical workflow is: git pull Make a few changes git commit -a git push This normally does a fast forward update and avoids a merge

Re: Git 1.7 and git push?

2010-02-15 Thread Bruno Wolff III
On Mon, Feb 15, 2010 at 18:08:37 +0100, Haïkel Guémar karlthe...@gmail.com wrote: Le 15/02/2010 17:37, Bruno Wolff III a écrit : I saw that there is a change in the way git push works in 1.7. Currently I only do simple things and a typical workflow is: git pull Make a few changes git

Re: Git 1.7 and git push?

2010-02-15 Thread Jonathan Underwood
On 15 February 2010 17:38, Bruno Wolff III br...@wolff.to wrote: On Mon, Feb 15, 2010 at 18:08:37 +0100,  Haïkel Guémar karlthe...@gmail.com wrote: Le 15/02/2010 17:37, Bruno Wolff III a écrit : I saw that there is a change in the way git push works in 1.7. Currently I only do simple things

Re: Git 1.7 and git push?

2010-02-15 Thread Todd Zullinger
Till Maas wrote: On Mon, Feb 15, 2010 at 11:38:40AM -0600, Bruno Wolff III wrote: I don't control the remote repository. That would be fedorahosted in the case I am asking about. I am pretty sure that the repositories on fedorahosted are bare so that the changes here do not apply or maybe