TranslateProject/acp.sh
2013-12-01 21:32:43 +08:00

5 lines
66 B
Bash

#!/bin/sh
git add .
git commit -am "$1"
git push origin gh-pages