Re: git-fetch will leave a ref pointing to a tag

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Schindelin
Date: Monday, July 2, 2007 - 2:14 pm

Hi,

On Mon, 2 Jul 2007, linux@horizon.com wrote:


Why not do 'git branch temp v2.6.22-rc7' to begin with? Or even better: 
git checkout -b temp v2.6.22-rc7.

But in any case, you should know that there is no floating tag in git, and 
therefore, by storing it in the "branch" temp, you doom that branch to 
not be able to be committed to.

What you should have done, of course, is

$ git checkout temp
$ git merge v2.6.22-rc7


No. It is perfectly sane to fetch a tag, and to store it.


Maybe. Dunno.

Ciao,
Dscho

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git-fetch will leave a ref pointing to a tag, linux, (Mon Jul 2, 12:44 pm)
Re: git-fetch will leave a ref pointing to a tag, Johannes Schindelin, (Mon Jul 2, 2:14 pm)
Re: git-fetch will leave a ref pointing to a tag, Jeff King, (Mon Jul 2, 9:18 pm)
Re: git-fetch will leave a ref pointing to a tag, Johannes Schindelin, (Tue Jul 3, 5:01 am)
Re: git-fetch will leave a ref pointing to a tag, Jeff King, (Tue Jul 3, 6:59 am)