2 Star 3 Fork 0

Git工具集 / commitlint

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3'
services:
commitlint:
build: .
image: marionebl/commitlint-cubicle
ports:
- '8443:8443'
environment:
- SSH_AUTH_SOCK=/.ssh-agent/socket
- SSH_AUTH_PROXY_SOCK=/.ssh-agent/proxy-socket
volumes:
- .:/root/repo
- $SSH_AUTH_SOCK:/.ssh-agent/socket
command: code-server --no-auth /root/repo
TypeScript
1
https://gitee.com/vcs-all-in-one/commitlint.git
git@gitee.com:vcs-all-in-one/commitlint.git
vcs-all-in-one
commitlint
commitlint
master

搜索帮助