#!/bin/sh

if [ -a .commit ]; then
    rm .commit
    git add js/tag-it.min.js
    git commit --amend -C HEAD --no-verify -q
fi

make gh-pages

