Question: Which statement is true of the git push command?

  1. By default, a push doesn't send tags to the remote repository.
  2. Only annotated tags are automatically pushed to the remote repository with a commit.
  3. Tags are pushed to the remote repository with their respective commits.
  4. Commits can be tagged only when they are created.

Answer: The correct answer of the above question is Option A:By default, a push doesn't send tags to the remote repository.