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

This commit is contained in:
Davte 2019-05-16 12:11:56 +02:00
parent 9f06157234
commit 454b021ee7

View File

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