HII HII
This commit is contained in:
@@ -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 add .
|
||||||
git commit -m "waypoint"
|
git commit -m "$commit_message"
|
||||||
|
|
||||||
|
Write-Host "Done :`"3"
|
||||||
Reference in New Issue
Block a user