All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:04, 16 July 2026 Mwroot talk contribs created page Git submodule 的精准用法 (Created page with "# 用 Git Submodule 管理 Emacs 插件 Git submodule 适合这种情况: > 一个主项目依赖若干外部 Git 仓库,但又希望这些外部仓库继续保持独立,并且由主项目精确指定它们的版本。 在我的 Emacs 配置中: ```text ~/.emacs.d/ ``` 是主仓库;Vertico、Consult、Magit 等第三方插件是独立仓库。使用 submodule 后,主仓库能够记录每个插件的: * 仓库 URL; * 保存路径; * 当前锁定的...")