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