From 02ea2d517660961588850755ce54ce22414da212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=5F=E6=B8=85=E9=A3=8E=E6=9D=A5=E5=8F=99?= Date: Sun, 15 May 2022 17:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=BA=E5=88=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=9C=AC=E5=9C=B0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pull.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pull.sh diff --git a/pull.sh b/pull.sh new file mode 100644 index 0000000..589dfda --- /dev/null +++ b/pull.sh @@ -0,0 +1,2 @@ +git fetch --all +git reset --hard origin/main -- GitLab