Re: Working with git repo tagged versions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Robert Treat <rob(at)xzilla(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Working with git repo tagged versions
Date: 2011-11-14 14:24:17
Message-ID: 1321280657.32420.8.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On fre, 2011-11-11 at 15:53 -0500, Bruce Momjian wrote:
> Basically, git checkout assumes a tag, unless you -b for a branch.

No, git checkout assumes a branch, and if it doesn't find a branch, it
looks for a commit by the given name, and a tag is one way of naming a
commit. The -b option creates a new branch.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Yeb Havinga 2011-11-14 14:45:35 Re: [REVIEW] Patch for cursor calling with named parameters
Previous Message Kerem Kat 2011-11-14 14:09:31 Re: (PATCH) Adding CORRESPONDING to Set Operations