JuicyGraphics/push.bat

6 lines
86 B
Batchfile

@echo off
cls
Set /p text=
git add --all
git commit -m "%text%"
git push origin master