14 Star 37 Fork 7

重庆数字城市/nginx-port

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
push.bat 345 Bytes
一键复制 编辑 原始数据 按行查看 历史
raoming 提交于 2014-09-28 17:53 +08:00 . 2014-09-28 周日 17:53:27.06
set path=%path%;F:\git\bin;D:\soft\git\bin
cd /d %~dp0
title push to remote git
echo off
cls
echo ------------local commit
git add .
git commit -a -m "%date% %time%"
echo.
echo.
echo -------------remote commit
git push origin master
echo %ERRORLEVEL%
rem git log --stat --since="5 minutes ago"
git log --stat -1
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/pharaoh/nginx-port.git
git@gitee.com:pharaoh/nginx-port.git
pharaoh
nginx-port
nginx-port
master

搜索帮助