gm report
from nu-git-manager-sugar extra
(see source)
get a full report about the local store of repositories
gm report | columns
╭────┬───────────╮
│ 0 │ name │
│ 1 │ branch │
│ 2 │ remote │
│ 3 │ tag │
│ 4 │ index │
│ 5 │ ignored │
│ 6 │ conflicts │
│ 7 │ ahead │
│ 8 │ behind │
│ 9 │ worktree │
│ 10 │ stashes │
│ 11 │ clean │
╰────┴───────────╯
input | output |
---|---|
nothing |
table<name: string, branch: string, remote: string, tag: string, index: int, ignored: int, conflicts: int, ahead: int, behind: int, worktree: int, stashes: int, clean: bool> |