From d2bd829a6bfca0d5b388f1335b089a731678bd89 Mon Sep 17 00:00:00 2001 From: zhouliujun <1096432931@qq.com> Date: Fri, 13 Dec 2019 11:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/t.sh b/t.sh index cd858fc..e67cbcf 100644 --- a/t.sh +++ b/t.sh @@ -32,4 +32,14 @@ echo "已推送gh-pages"; # 推送完成后切换回master git checkout master; -echo "切换回master"; \ No newline at end of file +echo "切换回master"; + +git add .; + +git commit -m "更新lib包"; + +git pull; + +git push; + +echo "完成"; \ No newline at end of file