#!/bin/bash acp() { git add . git commit -m "$@" git push } co() { git checkout $1 }