Which of the following is true of the git push command? Note: Which statement is true of the git push command?
git push
By default a push doesn't send tags to the remote repository.
Tags are pushed to the remote repository with their respective commits.
Only annotated tags are automatically pushed to the remote repository with a commit.
Commits can only be tagged when they are created.