What is the purpose of git push –tags?

Git Medium

Git — Medium

What is the purpose of git push –tags?

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