@echo off echo start git push.... @echo on SET time=%data% %time% ECHO current time is:%time% git add . git commit -m %time% git push origin master @echo off echo gitpush success pause