blob: dffd6107979dd1b658fed02a0c129fdc43cec7a2 [file] [log] [blame]
Jiarenxiang1e585af2025-04-10 23:40:56 +08001@echo off
2SET /P commit="Enter commit message: "
3git add .
4git commit -m "%commit%"
5git push HEAD:refs/for/master