From 367309935e25a4ed5dea2a1010e8e5236f106d46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsin@users.noreply.github.com> Date: Thu, 22 Apr 2021 10:32:33 +0800 Subject: [PATCH] 'update' --- git-push.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 git-push.bat diff --git a/git-push.bat b/git-push.bat new file mode 100644 index 00000000..49d2e1e2 --- /dev/null +++ b/git-push.bat @@ -0,0 +1 @@ +git add -A && git commit -m'update' && git push github master && git push gitee master \ No newline at end of file