1 Star 0 Fork 1

Thinker/form-create-designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
push.sh 274 Bytes
一键复制 编辑 原始数据 按行查看 历史
张小灰 提交于 2021-08-21 08:07 . 提交代码于: 2021-08-21 08:07:50
#!/usr/bin/env bash
#输入./push命令提交代码,只需要info变量中配置提交信息
current=`date "+%Y-%m-%d %H:%M:%S"`
info="提交代码于: "$current
#切到当前绝对路径
cd `pwd`
git add -A
git commit -m "$info"
git pull
git push
echo '已经成功push'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/beyond_thinker/form-create-designer.git
git@gitee.com:beyond_thinker/form-create-designer.git
beyond_thinker
form-create-designer
form-create-designer
master

搜索帮助