Skip to content

Commit

Permalink
modify helping scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 20, 2024
1 parent 9a141b1 commit 4ad5eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/commit_and_push.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 4ad5eae

Please sign in to comment.