From 4ad5eae6b066029014762af1ae0414862d7cf64b Mon Sep 17 00:00:00 2001 From: Zhaopudark Date: Sat, 20 Jan 2024 13:04:27 +0800 Subject: [PATCH] modify helping scripts --- Scripts/commit_and_push.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/commit_and_push.ps1 b/Scripts/commit_and_push.ps1 index fea660c..85b939c 100644 --- a/Scripts/commit_and_push.ps1 +++ b/Scripts/commit_and_push.ps1 @@ -9,7 +9,7 @@ if ($currentBranch -eq "main") { . "${PSScriptRoot}/build.ps1" git add . # 添加需要提交的文件(假设你要提交所有文件) git commit -m $message - git push origin dev:dev + git push } else { Write-Host "Not on main branch. Current branch: $currentBranch" } \ No newline at end of file