From e827dd9b042f1a212dec2b1491b3d379f148cee4 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Sat, 10 Jan 2026 23:30:18 -0500 Subject: [PATCH] fix makefile; less misleading git add origin HERE wow --- Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4aff535..21f4f36 100644 --- a/Makefile +++ b/Makefile @@ -165,11 +165,10 @@ ifdef OWNER endif @echo "Setting description to $(DESC)..." ssh $(VPS) "echo '$(DESC)' > /srv/git/$(REPO_GIT)/description" - @echo "Configuring local remote 'helio-web'..." - -@git remote start helio-web ssh://$(VPS_USER)@$(VPS_HOST)/srv/git/$(REPO_GIT) 2>/dev/null || \ - git remote add helio-web ssh://$(VPS_USER)@$(VPS_HOST)/srv/git/$(REPO_GIT) @echo "Repository initialized!" - @echo " Push: git push -u helio-web main" + @echo "CD into the repository and run the following commands:" + @echo " Add remote: git remote add helio-web ssh://$(VPS_USER)@$(VPS_HOST)/srv/git/$(REPO_GIT)" + @echo " Push: git push -u helio-web main" .PHONY: git/rename-remote git/rename-remote: ##H @Remote Rename/Move a repository on VPS (usage: make git/rename-remote OLD=projects/old.git NEW=@github.com/new.git) -- 2.52.0