zhangjian/push.ps1

4 lines
176 B
PowerShell
Raw Permalink Normal View History

= "12345678"
= Start-Process -FilePath "git" -ArgumentList "push" -NoNewWindow -PassThru -RedirectStandardInput "stdin.txt"
| Out-File -FilePath "stdin.txt" -Encoding ascii