This commit is contained in:
2026-01-28 02:59:51 -07:00
parent 851baa1291
commit 8fa6dc8cf5
+8 -1
View File
@@ -1,2 +1,9 @@
if ($args[0]) { $commit_message=($args -join " ") } # if arg0 exists, join all passed args with spaces
else { $commit_message="waypoint" } # or default to "waypoint"
Write-Host "WAYPOINT!`n`tCommit Message: $commit_message`n"
# add and commit
git add .
git commit -m "waypoint"
git commit -m "$commit_message"
Write-Host "Done :`"3"