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