From dc82a9bfa78f27128b2bfc989b58d87a95bf91a2 Mon Sep 17 00:00:00 2001 From: Z Date: Thu, 13 Jun 2024 19:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9B=B4=E6=96=B0=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Start.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Start.bat b/Start.bat index 7d87c16..5bdfbee 100644 --- a/Start.bat +++ b/Start.bat @@ -1,9 +1,9 @@ @echo off chcp 65001 cls -git fetch --all +git fetch origin git reset --hard origin/master -git pull +git pull --ff-only start Loader.exe exit /b :promptUser