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

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

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