浏览代码

add git-pull script to update submodules and main repository

tigger 4 月之前
父节点
当前提交
595c7abdb6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      git-pull.cmd

+ 2 - 0
git-pull.cmd

@@ -0,0 +1,2 @@
+git submodule foreach --recursive git pull
+git pull