pub fn select() -> Result<Option<Branch>>Expand description
Prompts the user to select a branch from all available branches.
The previously checked-out branch (@{-1}) is placed first when available.
ยงErrors
- If repository discovery fails.
- If
ytil_git::branch::get_all_no_redundantfails. - If
crate::minimal_selectfails.