1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 09:20:04 +08:00
SpaceVim/wiki/async.sh

12 lines
203 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"
git remote add origin https://github.com/SpaceVim/SpaceVim.wiki.git
git push -f -u origin master
cd ..
rm -rf ./wiki/.git/