pub fn select() -> Result<Option<Branch>>Expand description
Prompts the user to select a branch from all available branches.
ยงErrors
- If [
ytil_git::branch::get_all_no_redundant] fails. - If
crate::minimal_selectfails.
pub fn select() -> Result<Option<Branch>>Prompts the user to select a branch from all available branches.
ytil_git::branch::get_all_no_redundant] fails.crate::minimal_select fails.