unixorn/git-extra-commands

View on GitHub
bin/git-tag-and-sign

Summary

Maintainability
Test Coverage
#!/usr/bin/env bash
#
# Create a tag and sign it.

exec git tag -s -m "$1" "$1" "$2"