Skip to content

Instantly share code, notes, and snippets.

View ao-jhelmich's full-sized avatar
🎯
Focusing

Jasper Helmich ao-jhelmich

🎯
Focusing
View GitHub Profile
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"