From badb254771119d7cb7c8f63e4f91538a3f08a3bc Mon Sep 17 00:00:00 2001 From: ts Date: Fri, 21 Aug 2020 15:35:12 +0200 Subject: [PATCH] push url auf ssh:// aendern --- myinit.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/myinit.sh b/myinit.sh index aa072b2..ada0e07 100644 --- a/myinit.sh +++ b/myinit.sh @@ -3,6 +3,8 @@ git stash git pull git stash pop +git config --local --replace remote.pushDefault ssh://src.twobees.de:/git/dotvim.git + if [ -d bundle/Vundle.vim ];then cd bundle/Vundle.vim; echo "Update Vundle:" -- 2.30.2