Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 672 Bytes

gm-repo-branch-list.md

File metadata and controls

20 lines (15 loc) · 672 Bytes

gm repo branch list from nu-git-manager-sugar git (see source)

list local branches

Note
in the following, a "dangling" branch refers to a branch that does not have any remote counterpart, i.e. it's a purely local branch.

Examples

# list branches and their associated remotes
gm repo branch list

Parameters

Signatures

input output
nothing table<branch: string, remotes: list<string>>