You tagged a backlog of releases locally (v1.0, v1.1, v1.2). None are on origin. Marketing needs the GitHub releases page populated.
`git push --tags` pushes every annotated/lightweight tag in one go.
Easy · 2 steps · +300 XP
This scenario walks through 2 steps, in order:
Try the terminal first — you learn more by doing. When you want to check yourself, here is the command for each step.
git taggit push origin --tags--follow-tags pushes only the tags reachable from pushed commits — safer for daily flows.