ntia / push.ps1
Ntdeseb's picture
test script
4d6a214
raw
history blame contribute delete
71 Bytes
param([string]$msg = "update")
git add .
git commit -m "$msg"
git push