blob: dffd6107979dd1b658fed02a0c129fdc43cec7a2 [file] [log] [blame] [edit]
@echo off
SET /P commit="Enter commit message: "
git add .
git commit -m "%commit%"
git push HEAD:refs/for/master