i have a list of tags in a git repo, how do i checkout a branch
with that the tag version. I tried git branch <tag-version>
this doesn't seem to be working.on the otherhand if i do
git checkout <tag-version-number>, it is creating branch with no
name, but the version seems to be correct. so what is the correct
way of checking out a tag version under a branch.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to