Skip to main content

GIT

Static GIT 

Source
pub static GIT: LazyLock<Result<ProcessBuilder, GitError>>
Expand description

A global cache of the result of which git as a command

Caching the command allows us to avoid needing to remove environment variables everywhere.