autopush.bat 74 B

123456
  1. cd ../
  2. git pull
  3. git add *
  4. git commit -m "TC:autopush funct"
  5. git push
  6. cd TC