TranslateProject/acp.sh

5 lines
66 B
Bash
Raw Normal View History

2013-12-01 21:32:43 +08:00
#!/bin/sh
git add .
git commit -am "$1"
git push origin gh-pages