2 Star 8 Fork 4

www.pu/drf-Vue-website

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
github_commit.sh 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
烧煤的快感 提交于 2018-01-16 19:37 . first optimization
#!/bin/bash
# 获取该脚本文件本身的绝对路径(必须在cd前执行此操作,因为.和..依赖于当前工作目录,必须在没改变前获取之)
script_file_path=$(readlink -f $0)
base_dir=$(dirname ${script_file_path})
switch_fabfile_env_script_path=${base_dir}"/operation-and-deployment-src/switch_fabfile_env.py"
python "${switch_fabfile_env_script_path}" "github"
git "add" "."
git "commit" "-m" "$1"
git "push" "origin" "master"
python "${switch_fabfile_env_script_path}" "production"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/www_pu/drf-Vue-website.git
git@gitee.com:www_pu/drf-Vue-website.git
www_pu
drf-Vue-website
drf-Vue-website
master

搜索帮助