Sfoglia il codice sorgente

removed persona file

Marc 11 anni fa
parent
commit
a94d2132fd
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      multipush.sh

+ 0 - 3
multipush.sh

@@ -1,3 +0,0 @@
-#!/bin/sh
-
-git checkout master && git pull --rebase origin master && git push origin master && git push bitbucket master && git checkout 2.1  && git merge master  && git push origin 2.1  && git push bitbucket 2.1  && git checkout 2.2 && git merge master && git push origin 2.2 && git push bitbucket 2.2 && git checkout 2.3 && git merge master && git push origin 2.3 && git push bitbucket 2.3 && git checkout master