Sfoglia il codice sorgente

git added pullmaster script to pull from master branch

tigger 3 settimane fa
parent
commit
76149bb99f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      git/pullmaster.cmd

+ 2 - 0
git/pullmaster.cmd

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