mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 21:53:28 +08:00
fix: add git fetch and use pinned checkout for update flow
Address review feedback: - Add missing `git fetch origin` before comparing commits - Replace `git pull` with `git checkout <sha>` for deterministic updates
This commit is contained in:
@@ -83,8 +83,9 @@ To update later, review the [changelog](https://github.com/antbotlab/blueprint/b
|
||||
|
||||
```bash
|
||||
cd ~/.claude/skills/blueprint
|
||||
git fetch origin
|
||||
git log --oneline HEAD..origin/main # review new commits
|
||||
git pull
|
||||
git checkout <new-commit-sha> # pin to a specific reviewed commit
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
Reference in New Issue
Block a user