From dc602b0731914d54180dea0d079a2bbbf92d4e29 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Sun, 1 Mar 2026 10:39:57 +0300 Subject: [PATCH] Document git qpush alias for fast LFS-skipping pushes --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 3e4208fd6..b3b8ef0e1 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -106,7 +106,7 @@ The root app (`src/`) is the Tauri/Vite desktop editor. Its `src/engine/` files - Tauri detection: `IS_TAURI` constant from `packages/core/src/constants.ts` — don't use `'__TAURI_INTERNALS__' in window` inline - .fig export: compression with fflate (browser) or Tauri Rust commands - Test .fig round-trip by exporting and reimporting in Figma -- Test fixtures (`tests/fixtures/*.fig`) are Git LFS — `lfs.skipverify = true` is set to avoid slow push verification +- Test fixtures (`tests/fixtures/*.fig`) are Git LFS — use `git qpush` (alias for `GIT_LFS_SKIP_PUSH=1 git push`) for fast pushes. Use regular `git push` only when LFS files changed. ## Tauri