2 Star 6 Fork 0

信仰/IP易换

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
push_master.sh 171 Bytes
一键复制 编辑 原始数据 按行查看 历史
Y 提交于 2021-01-21 18:40 . init
#!/bin/bash
##一键推送
if [[ -z "$1" ]];then
echo -e "请在一参传入本次更新信息"
else
git pull
git add -A
git commit -m "$1"
git push origin master
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/faith01238/IP.git
git@gitee.com:faith01238/IP.git
faith01238
IP
IP易换
master

搜索帮助