Blob Blame History Raw
#!/bin/sh
date=$(date -u -d @$(($(date +%s) - 60*60*23)) +%Y%m%d)
git tag $date
[ -z "$SSH_AUTH_SOCK" ] || git push --tags