Создание тэгов.

git tag -a tagname -m "message"

Отправка на удаленный репозиторий.

git push tagname

Удаление.

git tag -d tagname