#!/usr/bin/env bash

git add -A && git commit -m "$*" --no-verify && git pull && git push
