浏览代码

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