2 Star 2 Fork 0

yanghy/http-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
commit.bat 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanghy 提交于 2021-11-24 00:59 +08:00 . init
@echo off
title GIT一键提交
color 3
git config --global http.postBuffer 1048576000
echo 设置git post buffer => 1048576000
echo 当前目录是:%cd%
echo 开始添加变更:git add .
git add .
set /p declation=输入提交的commit信息:
git commit -m "%declation%"
echo 将变更情况提交到远程自己分支:git push origin master
git push origin master
echo 执行完毕!
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/snxamdf/http-server.git
git@gitee.com:snxamdf/http-server.git
snxamdf
http-server
http-server
master

搜索帮助