win 下 git 提交代码脚本

每次提交代码敲好多命令有些麻烦,因而整理了下,写了个脚本php 在项目根目录 写 push.sh 文件 git 文件内容:app if [ $1!='' ] then msg=$1; else msg='bug'; fi git add application/ git commit -m '$msg' git push origin lxl git checkout
相关文章
相关标签/搜索