From: Dipl. Ing. Péter Varkoly Date: Fri, 8 Dec 2023 08:03:31 +0000 (+0100) Subject: Push the initial version X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=3538f016f2d4f87c1e827e0e8d53a37e95575b2d;p=template.git Push the initial version --- diff --git a/Makefile b/Makefile index f30c3b1..76150c2 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,10 @@ init: git init git add . git commit -am "Initial version of $(PACKAGE)" + git remote add origin git@repo.cephalix.eu:$(PACKAGE).git + git push + echo "=====================================================" + echo "=====================================================" echo "Do not forget to adapt VERSION and the FULLNAMES file" + echo "Do not forget to add the sources" + echo "====================================================="