Module git_global::subcommands

source ·
Expand description

Subcommand implementations and dispatch function run().

Modules

  • The ahead subcommand: shows repositories that have commits not pushed to a remote
  • The info subcommand: shows metadata about the git-global installation.
  • The install-manpage subcommand: attempts to install a man page.
  • The list subcommand: lists all repos known to git-global.
  • The scan subcommand: scans the filesystem for git repos.
  • The staged subcommand: shows git status -s for staged changes in all known repos with such changes.
  • The stashed subcommand: shows stash list for all known repos with stashes
  • The status subcommand: shows git status -s for all known repos with any changes to the index or working directory.
  • The unstaged subcommand: shows git status -s for unstaged changes in all known repos with such changes.

Functions

  • Return the list of all subcommand names and descriptions.
  • Run a subcommand, returning a Report.