Auto-sync: wiki-ingest 3 sources (2026-04-16)
This commit is contained in:
23
wiki/concepts/Git自动同步.md
Normal file
23
wiki/concepts/Git自动同步.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: "Git自动同步"
|
||||
type: concept
|
||||
tags: [Obsidian, Git, 版本控制]
|
||||
sources: ["养虾日记3-Obsidian-Gitea持久化笔记系统.md"]
|
||||
last_updated: 2026-04-15
|
||||
---
|
||||
|
||||
## Definition
|
||||
Git自动同步指 Obsidian Git 插件设置为 Auto commit-and-sync interval(如 10 分钟),插件自动 commit + push,无需手动操作。
|
||||
|
||||
## Key Value
|
||||
AI 批量改文件的能力越强,越需要版本管理来兜底。Git 自动同步让这个兜底机制完全无需人工干预。
|
||||
|
||||
## Mechanism
|
||||
- Obsidian Git 插件(社区插件)→ Auto commit interval
|
||||
- commit + push 全自动
|
||||
- Gitea 私有仓库存储,历史版本任意回溯
|
||||
|
||||
## Related Concepts
|
||||
- [[LLM Wiki]]:Git自动同步是 LLM Wiki 版本控制的实现层
|
||||
- [[Gitea]]:承载仓库的 Git 服务
|
||||
- [[Obsidian]]:笔记前端
|
||||
Reference in New Issue
Block a user