소스 검색

add git-push script to push all submodules and main repository

tigger 4 달 전
부모
커밋
8466b4eb59
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      git-push.cmd

+ 2 - 0
git-push.cmd

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