Module subcommands

Source
Expand description

Subcommand implementations and dispatch function run().

Modules§

ahead
The ahead subcommand: shows repositories that have commits not pushed to a remote
info
The info subcommand: shows metadata about the git-global installation.
install_manpage
The install-manpage subcommand: attempts to install a man page.
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.