You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix default branch logic to respect specified snapshot
When a specific snapshot is requested but no branch is specified,
use the snapshot's branch to maintain consistency. Only default
to "main" when neither branch nor snapshot are specified.
- No branch + no snapshot → default to main
- No branch + snapshot specified → use snapshot's branch
- Explicit branch → use specified branch
0 commit comments