Auto-sync: wiki-ingest 3 sources (2026-04-16)

This commit is contained in:
2026-04-16 00:08:35 +08:00
parent 9688f3f54b
commit 5ae9550d8c
267 changed files with 9537 additions and 1163 deletions

View 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]]:笔记前端