mirror of
https://github.com/LCTT/TranslateProject.git
synced 2026-09-04 04:32:49 +08:00
5 lines
66 B
Bash
5 lines
66 B
Bash
#!/bin/sh
|
|
git add .
|
|
git commit -am "$1"
|
|
git push origin gh-pages
|