pub fn list_branches(cwd: &str) -> GitBranchesExpand description
List local branches plus the currently checked-out one for cwd. Returns
is_repo:false when cwd is not a git repository.
pub fn list_branches(cwd: &str) -> GitBranchesList local branches plus the currently checked-out one for cwd. Returns
is_repo:false when cwd is not a git repository.