#!/usr/bin/env bash set -e main() { git add -A git commit -sa git push -u origin "$(git rev-parse --abbrev-ref HEAD)" } main "$@"