diff --git a/gitpush.bat b/gitpush.bat index afe965a..11ff8b8 100644 --- a/gitpush.bat +++ b/gitpush.bat @@ -2,6 +2,8 @@ echo start git push.... @echo on +git pull origin master + SET time1=%date:~0,4%-%date:~5,2%-%date:~8,2% %time% ECHO current time is:%time1%