1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:40:05 +08:00
SpaceVim/wiki/async.sh

12 lines
215 B
Bash
Raw Normal View History

2017-10-28 14:57:02 +08:00
#!/usr/bin/env bash
cd wiki/
git init
git add .
git commit -m "Update wiki"
2017-10-28 14:59:16 +08:00
git remote add SpaceVimWiki https://github.com/SpaceVim/SpaceVim.wiki.git
git push -f -u SpaceVimWiki master
2017-10-28 14:57:02 +08:00
cd ..
rm -rf ./wiki/.git/