addtag.sh add a tag, and push all tags.
$tag
First parameter is tag name, most of the time a version number (like 1.0.0).
$message
Second parameter is the associated message to the tag.
If not specified, $tag value will be used.
./addtag.sh 1.0.0 "My tag description"