projects
/
dotvim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c84076f
)
push url auf ssh:// aendern
author
ts
<src.twobees.de-co0Chie-ts@ctsachs.de>
Fri, 21 Aug 2020 13:35:12 +0000
(15:35 +0200)
committer
ts
<src.twobees.de-co0Chie-ts@ctsachs.de>
Fri, 21 Aug 2020 13:35:12 +0000
(15:35 +0200)
myinit.sh
patch
|
blob
|
history
diff --git
a/myinit.sh
b/myinit.sh
index aa072b29a6f303428cc84f6d4a82de9f12c0ea04..ada0e072dbcb154b1231ba3f075fb253790c26a9 100644
(file)
--- 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:"