From 67bd446f697b65d85fe3628294295b3653f06b7b Mon Sep 17 00:00:00 2001 From: DavidDGTNT Date: Tue, 1 Feb 2022 18:48:19 +0000 Subject: [PATCH] Changed Makefile to have separate cgit and Github pushes --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7be0585..dd6b5f6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ -push: +push: cgit gh + +cgit: git push -u ghmirror + +gh: sudo git push -u origin \ No newline at end of file