Skip to content

docs(agents): prefer git pull --rebase over fetch+rebase#752

Merged
cpcloud merged 1 commit intomainfrom
worktree-nested-pondering-clarke
Mar 11, 2026
Merged

docs(agents): prefer git pull --rebase over fetch+rebase#752
cpcloud merged 1 commit intomainfrom
worktree-nested-pondering-clarke

Conversation

@cpcloud
Copy link
Copy Markdown
Collaborator

@cpcloud cpcloud commented Mar 11, 2026

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

Add rule to use `git pull --rebase origin main` as a single command
instead of separate fetch and rebase steps. Update /rev skill to match.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 11, 2026 10:14
@cpcloud cpcloud merged commit 5dbac76 into main Mar 11, 2026
20 checks passed
@cpcloud cpcloud deleted the worktree-nested-pondering-clarke branch March 11, 2026 10:15
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the agent guidelines and the /rev workflow documentation to standardize rebasing onto main using a single git pull --rebase command.

Changes:

  • Add a Git/CI guideline in AGENTS.md recommending git pull --rebase origin main instead of git fetch + git rebase.
  • Update the /rev skill to use the same single-command rebase step.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
AGENTS.md Adds a “rebase with one command” guideline under Git and CI.
.claude/commands/rev.md Updates the documented rebase procedure to git pull --rebase origin main.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

cpcloud added a commit that referenced this pull request Mar 19, 2026
## 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants