pub fn list_branches_from_repo(repo: &Repository) -> Result<Vec<String>>Expand description
Repositoryからローカルブランチ一覧を取得 並び順: 現在のブランチ → main/master/develop → その他(アルファベット順)
pub fn list_branches_from_repo(repo: &Repository) -> Result<Vec<String>>Repositoryからローカルブランチ一覧を取得 並び順: 現在のブランチ → main/master/develop → その他(アルファベット順)