From aaca6d139a17edf7fe05c45bff5d345135d7b866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 15 Nov 2022 23:52:51 +0100 Subject: [PATCH] add function to set new git-url --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index 9b5595c..860f4ba 100755 --- a/functions.sh +++ b/functions.sh @@ -1271,7 +1271,7 @@ 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 https://gitea.schuerz.at/jakob/myshellconfig.git + git remote set-url origin --push git@gitea.schuerz.at:jakob/myshellconfig.git git fetch -p git merge FETCH_HEAD git submodule sync