1 Star 0 Fork 35

小龙人/docker-compose

forked from kancy/docker-compose 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
update-docker-compose.bat 313 Bytes
Copy Edit Raw Blame History
huangchengkang authored 2019-10-31 16:14 . update docker-compose
@echo off
rem 设置提交信息
set /p message=please input commit message:
if not defined message (
set message=update docker-compose
)
rem 执行git提交
git add .
git commit -m "%message%"
git push
echo commit and push success !
echo auto close window in 3 seconds !
ping -n 3 127.0.0.1>nul
@echo on
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Loong-li/docker-compose.git
git@gitee.com:Loong-li/docker-compose.git
Loong-li
docker-compose
docker-compose
master

Search