Module git_global::subcommands[][src]

Subcommand implementations and dispatch function run().

Modules

info

The info subcommand: shows metadata about the git-global installation.

list

The list subcommand: lists all repos known to git-global.

scan

The scan subcommand: scans the filesystem for git repos.

staged

The staged subcommand: shows git status -s for staged changes in all known repos with such changes.

stashed

The stashed subcommand: shows stash list for all known repos with stashes

status

The status subcommand: shows git status -s for all known repos with any changes to the index or working directory.

unstaged

The unstaged subcommand: shows git status -s for unstaged changes in all known repos with such changes.

Functions

get_subcommands

Return the list of all subcommand names and descriptions.

run

Run a subcommand, returning a Report.