Expand description
Tauri command - switch the working tree to a different branch.
§Stub
Real implementation through SourceControlManagementProvider::Checkout
should handle uncommitted-changes prompts (stash / abort), branch creation
when missing, and upstream-tracking setup.