Commit 7b15a4d
committed
Fetch all branches when cloning workspaces in web mode
`git clone --depth 1` implies `--single-branch`, so only the default
branch's remote-tracking ref was fetched. The branch selector then had
nothing to list beyond `main`. Pass `--no-single-branch` to keep all
branches visible at depth 1.1 parent cca202f commit 7b15a4d
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
366 | 370 | | |
367 | 371 | | |
368 | 372 | | |
| |||
0 commit comments