浏览代码

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