3 Star 9 Fork 2

zhoubichuan/web-openlayers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
deploy.sh 491 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhoubichuan 提交于 2022-06-29 00:38 . master
# 1.发布到master分支
git add -A
git commit -m 'master'
git pull gitee master
git push gitee master
# 2.打包
npm run src:build
cd web-openlayers
# 3.发布到gh-pages分支
git init
git checkout --orphan gh-pages
git add .
git commit -m 'gh-pages'
git remote add gitee https://gitee.com/zhoubichuan/web-openlayers.git
git push -f gitee gh-pages
# 4.返回初始目录
cd -
# # 1.发布到master分支
git add -A
git commit -m 'master'
git pull github master
git push github master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhoubichuan/web-openlayers.git
git@gitee.com:zhoubichuan/web-openlayers.git
zhoubichuan
web-openlayers
web-openlayers
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385