From 5ade3e5f94ad07a8a07d4e0080ea27cf6c3031cf Mon Sep 17 00:00:00 2001 From: bWFuanVzYWth Date: Fri, 25 Nov 2022 14:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=84=9A=E6=9C=AC=E7=A7=BB?= =?UTF-8?q?=E5=87=BA=E6=8E=92=E9=99=A4=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- 双击更新蓝图仓库.bat | 5 +++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 双击更新蓝图仓库.bat diff --git a/.gitignore b/.gitignore index 85e9efb..f5727ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ MinGit/ -*.bat - *.zip *.7z *.rar diff --git a/双击更新蓝图仓库.bat b/双击更新蓝图仓库.bat new file mode 100644 index 0000000..23e5a01 --- /dev/null +++ b/双击更新蓝图仓库.bat @@ -0,0 +1,5 @@ +chcp 65001 + +.\MinGit\cmd\git.exe pull origin main + +pause \ No newline at end of file