Verified diagnostic signature
Git stopped to protect local changes or because a merge requires resolution.
Match output from git, understand the likely cause, then continue with sourced, read-only checks.
- Confidence
- high
- Platforms
- linux · macos · windows
- Verified
- 2026-07-24
Recognized output
Signature matched locally
would be overwritten by checkoutOneLiners matches this pattern in your browser. Your pasted output is not stored or indexed.
Likely causes
What usually produces this signal
- Overlapping changes
- Dirty working tree
- Interrupted merge or rebase
- Untracked path collision
Safe next checks
Collect evidence before changing the system
Show concise branch and working-tree status
git status --short --branchThe output matches the expected target and exits without an error.
Summarize changed files and line counts in Git
git diff --statThe output matches the expected target and exits without an error.
List saved Git stashes
git stash listThe output matches the expected target and exits without an error.
Preview untracked files Git would remove
git clean -ndThe output matches the expected target and exits without an error.