Browse Source

增加测试使用的自动更新脚本

shish 5 years ago
parent
commit
9062cf0053
1 changed files with 4 additions and 0 deletions
  1. 4 0
      update.bat

+ 4 - 0
update.bat

@@ -0,0 +1,4 @@
+@echo off
+git checkout .
+git pull
+exit