### Windows
```cmd
push.bat
git add *
git commit -m "Auto push %date% %time%"
git push origin main
pause
pull.bat
git pull origin main
```