Re: [HACKERS] getting set up on git (finally)

2010-10-09 Thread Joe Conway
On 10/08/2010 08:12 PM, Robert Haas wrote: > On Fri, Oct 8, 2010 at 4:31 PM, Joe Conway wrote: >> I'm finally trying to get current with the switch to git, following this >> wiki page: >> >> http://wiki.postgresql.org/wiki/Committing_with_Git >> >> Specifically, I am trying to do: >>

Re: [HACKERS] getting set up on git (finally)

2010-10-08 Thread Robert Haas
On Fri, Oct 8, 2010 at 4:31 PM, Joe Conway wrote: > I'm finally trying to get current with the switch to git, following this > wiki page: > >  http://wiki.postgresql.org/wiki/Committing_with_Git > > Specifically, I am trying to do: > > Dependent Clone per Branch, Pushing and Pulling F

[HACKERS] getting set up on git (finally)

2010-10-08 Thread Joe Conway
I'm finally trying to get current with the switch to git, following this wiki page: http://wiki.postgresql.org/wiki/Committing_with_Git Specifically, I am trying to do: Dependent Clone per Branch, Pushing and Pulling From a Local Repository -plus- Clone Locally, Repoint Origin --