Alex82 downloadsOne-click commit & push for your vault: step-by-step setup wizard, status panel with checkboxes, pull button and auto-backup. Simple Git for non-developers. (UI in Spanish)
GitFacil is an ultra-lightweight and simple Git backup plugin for Obsidian. / GitFacil es un plugin ultraliviano y sencillo para Obsidian que te permite respaldar y sincronizar tus notas con Git en un solo clic, sin complicaciones ni configuraciones complejas.
📖 Manual completo / Full manual: MANUAL.md.

| GitFacil | Git CLI |
|---|---|
| One-click backup | ✅ |
| Setup wizard, no terminal needed | ✅ |
| Status panel with file selection | ✅ |
| Auto backup every N minutes | ✅ |
| Advanced Git operations | ❌ |
| Mobile support | ❌ |
| Real-time sync | ❌ |
Limitations: desktop only (needs system Git), no diff viewer, no history browser, no conflict editor — on push conflicts use the guided sync button.
git init in your vault root folder.git remote add origin using your repository URL — or skip the terminal entirely with the Setup Wizard below.https://github.com/Alecwce/obsidian-git-facil.main.js, manifest.json, and styles.css from Releases..obsidian/plugins/git-facil/.⚡ Pulsa
Ctrl+P(oCmd+P), escribe GitFacil y verás todo: commit, panel y asistente.
git-compare) to view modified files, select checkboxes, pull changes, or commit selected files.🪄 Configurar mi bóveda in plugin settings for a 3-step zero-terminal guided setup.GitFacil: Commit y Push using Ctrl+P / Cmd+P.GitFacil runs git (and optionally your own gh CLI) locally. It calls api.github.com only when you verify a manual token in the setup wizard, and gh talks to GitHub only when you create a repository from the wizard. There is no telemetry and no GitFacil server.
| Error Notice | Cause / Causa | Solution / Solución |
|---|---|---|
❌ No se encontró Git |
Git not found in PATH | Install Git from git-scm.com |
❌ Tu bóveda no es un repositorio Git |
Vault not initialized | Run git init or use Setup Wizard |
❌ No hay remote |
No remote repository | Connect it with the Setup Wizard or run git remote add origin with your repository URL |
MIT License - Created by Alex Lazo.