Explorar el Código

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

tigger hace 4 meses
padre
commit
8466b4eb59
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      git-push.cmd

+ 2 - 0
git-push.cmd

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