Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 922 Bytes

gm-repo-ls.md

File metadata and controls

13 lines (8 loc) · 922 Bytes

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

get some information about a repo

Parameters

  • repo? <path>: the path to the repo (defaults to .)

Signatures

input output
nothing record<path: string, name: string, staged: list<string>, unstaged: list<string>, untracked: list<string>, last_commit: record<date: datetime, title: string, hash: string>, branch: string>