mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-23 19:56:40 +08:00
11 lines
326 B
Go
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 |