1 Star 0 Fork 0

Quann/springboot_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git.bat 328 Bytes
一键复制 编辑 原始数据 按行查看 历史
Quann 提交于 2024-01-26 00:56 . update
@echo off
chcp 65001
set /p op=是否运行git批命令(Y/n)?
if "%op%"=="Y" (
goto :start
)
if "%op%"=="y" (
goto :start
)
else (
goto :break
)
goto :break
:start
set /p name=请输入commit的名称:
git.exe add .
git.exe commit -m "%name%"
git.exe push
:break
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ltq525/springboot_app.git
git@gitee.com:ltq525/springboot_app.git
ltq525
springboot_app
springboot_app
master

搜索帮助