mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-11 07:52:31 +02: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:
parent
f809bdd049
commit
13fe21c5b7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue