]> repo.cephalix.eu Git - template.git/commitdiff
Push the initial version
authorDipl. Ing. Péter Varkoly <pvarkoly@cephalix.eu>
Fri, 8 Dec 2023 08:03:31 +0000 (09:03 +0100)
committerDipl. Ing. Péter Varkoly <pvarkoly@cephalix.eu>
Fri, 8 Dec 2023 08:03:31 +0000 (09:03 +0100)
Makefile

index f30c3b1bf1ab43024a7939ad9b0c212c58514540..76150c2fc52ea1244cf8ee2d6759df2530f2978b 100644 (file)
--- 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 "====================================================="