This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function wip { | |
| # Run git add . | |
| git add . | |
| if (-not $?) { return } # if git add fails, exit the function | |
| ./vendor/bin/pint --dirty | |
| # Prompt the user | |
| Write-Host "Niet wippen jij! Wat heb je veranderd?" | |
| $message = Read-Host "Commit message" |