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: showsgit 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: showsgit status -s
for all known repos with any changes to the index or working directory. - unstaged
- The
unstaged
subcommand: showsgit 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
.