git_tag_push.Rd
This function creates a tag for the specified version and pushes the tag to the remote repository.
git_tag_push(version = "1.0.0", message = paste("Release version", version))
This function returns a message indicating whether the tag operation was successful or not.
if (FALSE) { # \dontrun{
git_tag_push("1.0.2")
} # }