Function branchless::core::config::get_auto_switch_branches
source · pub fn get_auto_switch_branches(repo: &Repo) -> Result<bool>Expand description
If true, switch to the branch associated with a target commit instead of
the commit directly.
The switch will only occur if it is the only branch on the target commit.