Question from the Git test

How to push a lightweight tag to a remote repository with git

Medium

I want to push all annotated tags in one go, but without pushing lightweight tags. How do I do this?

Author: IpponStatus: PublishedQuestion passed 1508 times
Edit
0
Community Evaluations
developer avatar
Auteur anonyme
31/08/2024
does git push --only-annotated-tags exists in git?
developer avatar
Auteur anonyme
02/09/2024
I don't think so
developer avatar
Auteur anonyme
02/09/2024
thanks!