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;