Queer European MD passionate about IT
浏览代码

Push to gogs.davte.it and bitbucket with this script

Davte 6 年之前
父节点
当前提交
454b021ee7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      merge_and_push.sh

+ 1 - 0
merge_and_push.sh

@@ -6,3 +6,4 @@ git checkout master;
 git merge develop;
 git checkout develop;
 git push origin master develop;
+git push bitbucket master develop;