JuicyGraphics/push.bat

6 lines
86 B
Batchfile
Raw Normal View History

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