acme/bin/git+
Ev Bogdanov c2271ba672 acme
2017-01-26 19:29:57 +03:00

11 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
if [ $# -eq 0 ]
then
echo where is my commit message, bro?
exit 1
fi
git add -A
git commit -m ''"$*"''
git push -u origin master