From: Martin Mares Date: Sun, 18 Feb 2024 11:12:01 +0000 (+0100) Subject: Maint: Added a script for pushing to both public repos X-Git-Tag: v3.11.0~29 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=fafca2cb3f0595fb8f1823fdb00c7562af08a401;p=pciutils.git Maint: Added a script for pushing to both public repos --- diff --git a/maint/push-to-public b/maint/push-to-public new file mode 100755 index 0000000..d1ab4f3 --- /dev/null +++ b/maint/push-to-public @@ -0,0 +1,4 @@ +#!/bin/sh +set -e +git push public +git push github