1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:50:06 +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 add .
git commit -m "Update wiki"
git remote add origin https://github.com/SpaceVim/SpaceVim.wiki.git
git push -f -u origin master
git remote add SpaceVimWiki https://github.com/SpaceVim/SpaceVim.wiki.git
git push -f -u SpaceVimWiki master
cd ..
rm -rf ./wiki/.git/