Commit 10adab5
committed
fix: use --autostash on git pull --rebase in scholar_sync workflow
The fetch_scholar.py script writes data/*.json files before the rebase
step, causing "unstaged changes" to block git pull --rebase. --autostash
stashes them automatically, applies the rebase, then pops the stash.
https://claude.ai/code/session_01H9ZTtwKumBU77azztFJ8Ky1 parent 4a1fcfe commit 10adab5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments