push.sh
set -e
WORKDIR=$(cd `dirname $0`;pwd)
cd ${WORKDIR}
git pull
TIME=$(date "+%Y%m%d%H%M")
git add --all
git commit -m "${TIME}"
git push
把push.sh放到git工程的主目录下面,当有变更时,执行bash push.sh即可
set -e
WORKDIR=$(cd `dirname $0`;pwd)
cd ${WORKDIR}
git pull
TIME=$(date "+%Y%m%d%H%M")
git add --all
git commit -m "${TIME}"
git push
把push.sh放到git工程的主目录下面,当有变更时,执行bash push.sh即可
上一篇:详解shell IFS分隔符
本文介绍在Linux服务器中,通过PBS(Portable Batch System)作业管理系统脚本的方式,提交任务到服务器队列,并执行任务的方法~
先执行 git init。
经常用到git提交代码记录一下经常用到的几个常规操作如果是别人的仓库先fork到自己仓库如果是自己仓库直接拉取git clone https://仓库地址//xxx.git关联自己
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M