Files
nexus/wiki/concepts/Git自动同步.md

24 lines
807 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]:笔记前端