2 Star 5 Fork 0

坐公交也用券/Linux常用服务及工具一键配置脚本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
git-push.sh 133 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuyi 提交于 2019-05-27 20:31 +08:00 . 修改数据库设置信息显示不出的bug
#!/bin/bash
##代码提交脚本
echo -e "请输入本次提交内容"
read tj
git add -A
git commit -m "$tj"
git push origin master
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/liumou_site/configure.git
git@gitee.com:liumou_site/configure.git
liumou_site
configure
Linux常用服务及工具一键配置脚本
master

搜索帮助