logo
0
0
Login
fix: 修复了流水线生成代码中.git 重复的问题

Mirror Plus

用于镜像 Git 仓库的 CNB 工具

使用方法:

在主页通过 WebTrigger 触发

代码链接:

  1. CNB 直链: https://cnb.cool/IndexMirror/MirrorPlus/-/git/raw/main/scripts/exists-repo-add-sync.py
  2. TinyURL 短链: https://tinyurl.com/y9f66kea

快捷使用:

  1. 在刚刚创建好的仓库中:
init_and_fetch() { cnb_init_from "$1" curl -sSL https://tinyurl.com/y9f66kea | uv run python - "$1" } init_and_fetch <URL>
  1. 在一个已经 cnb_init_from 好的仓库中:
curl -sSL https://tinyurl.com/y9f66kea | uv run python - <URL>

About

No description, topics, or website provided.
Language
Python100%