From b5fd72dd9fc241fc49c60cdafd4db0f559fa7caa Mon Sep 17 00:00:00 2001 From: ggball <1667834841@qq.com> Date: Sun, 16 Jan 2022 13:02:33 +0800 Subject: [PATCH] test --- test.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.bat b/test.bat index aef45ee..7d431ef 100644 --- a/test.bat +++ b/test.bat @@ -1,7 +1,7 @@ git config --global user.name "ggball" git config --global user.email "1667834841@qq.com" - +git init git add -A -git commit -m "${msg}" -git push "https://gitea.dongshanxia.top:35000/ggball/onemanager-java.git" master --force # 推送 +git commit -m "test" +git push "https://ggball:bc65cc90c76baba247e753c95ef5721200e97b59@gitea.dongshanxia.top:35000/ggball/onemanager-java.git" master --force # 推送