From 338bf296d84e55c21115bcfaa59b69b0aa2bcccf Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Tue, 30 Nov 2021 18:26:57 +0000 Subject: [PATCH] Added Makefile to push to both mirror and origin --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7be0585 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +push: + git push -u ghmirror + sudo git push -u origin \ No newline at end of file