Expand description
Subcommand implementations and dispatch function run().
Modules§
- ahead
- The
aheadsubcommand: shows repositories that have commits not pushed to a remote - info
- The
infosubcommand: shows metadata about the git-global installation. - install_
manpage - The
install-manpagesubcommand: attempts to install a man page. - list
- The
listsubcommand: lists all repos known to git-global. - scan
- The
scansubcommand: scans the filesystem for git repos. - staged
- The
stagedsubcommand: showsgit status -sfor staged changes in all known repos with such changes. - stashed
- The
stashedsubcommand: shows stash list for all known repos with stashes - status
- The
statussubcommand: showsgit status -sfor all known repos with any changes to the index or working directory. - unstaged
- The
unstagedsubcommand: showsgit status -sfor 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.