Crate git_global [] [src]

git-global: git subcommand for working with all git repos on a machine

Modules

subcommands

Structs

GitGlobalResult

The result of a git-global subcommand.

Repo

A git repo.

Enums

GitGlobalError

An error!

Functions

get_repos

Loads cached repo paths from disk.

run_from_command_line

Entry point for the git-global git subcommand. Returns an exit code.

Type Definitions

Result