소스 검색

removed persona file

Marc 11 년 전
부모
커밋
a94d2132fd
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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