I am trying to implement using tags in our build process, but am running into
an issue with pulling tags from master. My scenario is as follows
We decide on a release and I tag master with testtag which has commit
testtag-1-gf3b117e
When I make another commit to master and check the tag, I see it as
testtag-2-gfb56442
When I try and pull the tag using testtag, it just wants to pull the latest
commit to master. 

I verified this works in branches other than master, so can this be done
from master or does the tag just follow the head?




--
View this message in context: 
http://git.661346.n2.nabble.com/Cloning-tags-from-master-tp7569301.html
Sent from the git mailing list archive at Nabble.com.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to