From e2d981a373a12986631a208ba0ab5ce5dafff18a Mon Sep 17 00:00:00 2001 From: KB8PMY Date: Wed, 3 Apr 2024 21:41:52 -0400 Subject: [PATCH] first commit --- git_upload | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git_upload b/git_upload index fa3684d..e5a147a 100755 --- a/git_upload +++ b/git_upload @@ -5,5 +5,5 @@ git init git checkout -b main git add * git commit -m "first commit" -git remote add origin https://git.rdcclouds.com/KB8PMY/Weatherscript_V2.git -#git push -u origin main +#git remote add origin https://git.rdcclouds.com/KB8PMY/Weatherscript_V2.git +git push -u origin main