Commit 6f6fc2f
committed
fix: fetch main into a local branch ref, not just FETCH_HEAD
git fetch origin main only populates FETCH_HEAD, which turbo's --affected
merge-base lookup can't resolve as 'main'. Fetch directly into a local
main branch ref instead.1 parent 8145a73 commit 6f6fc2f
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments