From fcf7e30d776f65cbfc62c8127c05971f4da9dfdf Mon Sep 17 00:00:00 2001 From: 8ga Date: Tue, 14 Jan 2025 11:01:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20nas-clone.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nas-clone.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nas-clone.bat diff --git a/nas-clone.bat b/nas-clone.bat new file mode 100644 index 0000000..8a378a6 --- /dev/null +++ b/nas-clone.bat @@ -0,0 +1,7 @@ +@echo off +chcp 65001 +:Input +set /p nas_project_name=请输入项目名称: +if "%nas_project_name%"=="" goto :Input +git clone http://117.50.220.191:8418/nas/%nas_project_name%.git +pause \ No newline at end of file