Commit 5dbac76
docs(agents): prefer git pull --rebase over fetch+rebase (#752)
## Summary
- Add rule to use `git pull --rebase origin main` as a single command
instead of separate `git fetch` + `git rebase` steps
- Update `/rev` skill to match
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8fda35a commit 5dbac76
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
213 | 215 | | |
214 | 216 | | |
215 | 217 | | |
| |||
0 commit comments