#!/bin/bash git add . msg="${1:-'update'}" git commit -m "$msg" git push origin main