From 454b021ee739677d94d649c962ed8a338c29db6c Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 16 May 2019 12:11:56 +0200 Subject: [PATCH] Push to gogs.davte.it and bitbucket with this script --- merge_and_push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/merge_and_push.sh b/merge_and_push.sh index 83f2c98..8570757 100644 --- a/merge_and_push.sh +++ b/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;