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