hotgo/hotgo-server/push.bat
2022-03-01 08:35:20 +08:00

11 lines
326 B
Go

echo -e "\n \n" >> ./README.md
::git rm -r --cached -f .
git init && git add -A
for /f "tokens=2 delims==" %%a in ('wmic path win32_operatingsystem get LocalDateTime /value') do (set t=%%a)
set Today=%t:~0,4%-%t:~4,2%-%t:~6,2% %t:~8,2%:%t:~10,2%
git commit -m "%Today%"
git push git@github.com:bufanyun/hotgo.git master