소스 검색

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