From 3712a37631928fa4e2c5864931d3247e039dc278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 22 Nov 2022 03:01:07 +0100 Subject: [PATCH] change url from gitea to git --- functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.sh b/functions.sh index cfaac86..d79c65b 100755 --- a/functions.sh +++ b/functions.sh @@ -1282,8 +1282,8 @@ setserver() { setgitremote() { cd ~/.local/myshellconfig git checkout master - git remote set-url origin https://gitea.schuerz.at/jakob/myshellconfig.git - git remote set-url origin --push git@gitea.schuerz.at:jakob/myshellconfig.git + git remote set-url origin https://git.schuerz.at/jakob/myshellconfig.git + git remote set-url origin --push git@git.schuerz.at:jakob/myshellconfig.git git fetch -p git merge FETCH_HEAD git submodule sync