From 6db3e5b265d4ee892c9ece39c4af322ac3c9287a Mon Sep 17 00:00:00 2001 From: Shardapandey <116642371+Shardapandey@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:28:20 +0530 Subject: [PATCH] Update code --- code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code b/code index 1134d83..3f0c3c1 100644 --- a/code +++ b/code @@ -3,7 +3,7 @@ git init git add README.md git commit -m "first commit" git branch -M main -git remote add origin https://github.com/pandeygoverdhan/coding.git +git remote add origin https://gguhh.com/pandeygoverdhan/coding.git git push -u origin main