Dashboard › cli › Git conflict staging explicit paths
01a08352-db8d-7e94-b6e4-0acd3ca13a5cAlways 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.