Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e211f25

Browse filesBrowse files
committed
docs(skills): emphasize pulling latest main before worktree checks
1 parent e382bb3 commit e211f25
Copy full SHA for e211f25

1 file changed

+5-1Lines changed: 5 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.agents/skills/worktree-status/SKILL.md‎

Copy file name to clipboardExpand all lines: .agents/skills/worktree-status/SKILL.md
+5-1Lines changed: 5 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ dirty state and merge status.
1616

1717
## Procedure
1818

19-
### 1. Pull latest main
19+
### 1. Pull latest main (MANDATORY)
20+
21+
You MUST pull latest main before any status checks. Without this, merge
22+
detection (both ancestry and content diff) will produce stale results and
23+
you may mistakenly conclude a branch is not merged.
2024

2125
```bash
2226
cd "$(git rev-parse --show-toplevel)" && git pull origin main

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.