1 Star 1 Fork 25

周文宇/Tabler

forked from Gitee 极速下载/Tabler 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gh-pages.sh 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
chomik 提交于 2018-03-20 15:40 . gh pages fix
#!/bin/bash
git checkout master
exists=`git show-ref refs/heads/gh-pages`
if [ -n "$exists" ]; then
git branch -D gh-pages
fi
echo "check out branch gh-pages ..."
git checkout -b gh-pages
echo "add dist folder"
git add -f dist
echo "commit changes"
git commit -m "deploy to gh-pages"
echo "push to remote gh-pages"
git push origin `git subtree split --prefix dist`:gh-pages --force
echo "checkout branch master"
git checkout master
echo "delete branch gh-pages"
git branch -D gh-pages
echo "All done!"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhouwy/Tabler.git
git@gitee.com:zhouwy/Tabler.git
zhouwy
Tabler
Tabler
master

搜索帮助