#!/bin/bash MSG="$1" if [[ $MSG == "" ]]; then MSG="Continued development" fi git add . && git commit -m "$MSG" && git push