diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..591ef4b --- /dev/null +++ b/commit.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e + +git pull --rebase + +git commit + +git push