getting set up on git (finally)

From: Joe Conway <mail(at)joeconway(dot)com>
To: "Hackers (PostgreSQL)" <pgsql-hackers(at)postgresql(dot)org>
Subject: getting set up on git (finally)
Date: 2010-10-08 20:31:41
Message-ID: 4CAF7FAD.5060606@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
------------

In order to set this up, I used the attached recipe. Does that look
reasonable and correct?

I am hoping that from this point forward I can treat each of those
checked out branches exactly (more-or-less) as I did under cvs -- true? E.g.

#make some changes
git commit -a
git push

Thanks,

Joe

--
Joe Conway
credativ LLC: http://www.credativ.us
Linux, PostgreSQL, and general Open Source
Training, Service, Consulting, & 24x7 Support

Attachment Content-Type Size
postgresql-git-setup.txt text/plain 3.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Smith 2010-10-08 20:34:47 Re: Issues with Quorum Commit
Previous Message Greg Smith 2010-10-08 20:04:05 Re: Issues with Quorum Commit