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.
# list branches and their associated remotes
gm repo branch list
input | output |
---|---|
nothing |
table<branch: string, remotes: list<string>> |