From bd359513b6f13b5ab082f99e1b3fa769a2502081 Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Mon, 15 Mar 2021 13:41:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0merge=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加脚本 --- p.sh | 3 +++ source/_data/m.sh | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 p.sh diff --git a/p.sh b/p.sh new file mode 100644 index 0000000..4554ef7 --- /dev/null +++ b/p.sh @@ -0,0 +1,3 @@ +git push origin +git push github +git push xfy \ No newline at end of file diff --git a/source/_data/m.sh b/source/_data/m.sh index f2a4144..6549d41 100644 --- a/source/_data/m.sh +++ b/source/_data/m.sh @@ -1,4 +1,6 @@ git checkout backup git merge master -git push +git push origin +git push github +git push xfy git checkout master \ No newline at end of file