bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: commits-to-cvs disabled (switching to git)


From: Eric Blake
Subject: Re: FYI: commits-to-cvs disabled (switching to git)
Date: Thu, 20 Sep 2007 14:29:10 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Blake <ebb9 <at> byu.net> writes:

> $ git checkout -b cvs-branch cvs-readonly
...
> $ git branch
> * cvs-readonly
>   master

Excuse my typo (that's what I get for retyping instead of screen capture).
The branch name should appear as cvs-branch, not as a copy of the cvs-readonly 
tag.

git lets you have both tags and branches with the same name, because you can 
disambiguate the namespace by using the longer name refs/tags/cvs-readonly or 
refs/heads/cvs-readonly, but sharing names like that is confusing and not 
necessarily recommended.

-- 
Eric Blake






reply via email to

[Prev in Thread] Current Thread [Next in Thread]