Git — Medium
Key points
- `git push --tags` is used for transferring local tags to the remote.
- The default `git push` behavior excludes tags.
- Tags are not automatically pushed with commits.
- Remote repositories require explicit tag pushes.
Ready to go further?
Related questions
