DashboardcliGit conflict staging explicit paths

Git conflict staging explicit paths

Category: preference
Confidence: 1.00
ID: 01a08352-db8d-7e94-b6e4-0acd3ca13a5c
Project ID: c760f4f9-42b0-4ce0-b36d-6b8c38d770b2
Cross-project: No
Recalled in other projects: 0
Source session: 0wqisj4WhG2TyaOtb
Created: 2026-08-21 13:26:37
Updated: 2026-09-08 23:20:40

Content

Always stage explicit paths when resolving Git conflicts; never use git add -A, which can silently include generated, unrelated, or sensitive files. Stage .lore.md explicitly with git add .lore.md, commit it on the PR branch with a chore message, and never stash it; resolve rebase conflicts one named path at a time.

Move to: