1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-23 17:49:57 +08:00

Change remote name

This commit is contained in:
wsdjeg 2017-10-28 14:59:16 +08:00
parent 9c52548953
commit da02449db8

View File

@ -5,7 +5,7 @@ cd wiki/
git init git init
git add . git add .
git commit -m "Update wiki" git commit -m "Update wiki"
git remote add origin https://github.com/SpaceVim/SpaceVim.wiki.git git remote add SpaceVimWiki https://github.com/SpaceVim/SpaceVim.wiki.git
git push -f -u origin master git push -f -u SpaceVimWiki master
cd .. cd ..
rm -rf ./wiki/.git/ rm -rf ./wiki/.git/