I’ve set up a git repository using gitosis.
I’ve cloned the repository, and I work on the cloned copy. I push to the gitosis repository (my “origin” remote) regularly. Whenever I deploy my code, I tag my code.
But I suddenly noticed something strange today: I cloned a fresh copy from my gitosis, but that clone had no tags in it! Running git tag -l turned up nothing.
Do git tags not get pushed to remotes when we push? If yes, am I missing something?
Thanks.
Tags need to be pushed explicitly: