Skip to content

Commit 13012a3

Browse files
authored
Add Claude update command for rebasing current branch (#88)
- Document the update workflow using `git fetch` and rebase onto the current branch - Tell Claude to report the result back to the user
1 parent 00bba0d commit 13012a3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.claude/commands/update.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Run the following command:
2+
3+
```
4+
git fetch origin && git rebase origin/${branch}
5+
```
6+
7+
Where `${branch}` is the current git branch (run `git branch --show-current` to determine it).
8+
9+
Report the result to the user.

0 commit comments

Comments
 (0)