2010/4/20 Devan Goodwin <dgoodwin@rm-rf.ca>
Does git tag -l not list that tag?
No.

git tag or git tag -l is void.

I guess I need to add the --tag option to my git pull cmd to get the tag.
as in
git pull --tag http://git.fedorahosted.org/git/cobbler master

But I'm not a git "expert"... :-(


When you pulled, did you use --rebase and have unpushed changes in your branch?

No. All was clear.