gitCredentialsHome property
Overrides the home directory used to load/save this node's git credentials
(<home>/.omnyshell/git-credentials.json). null uses the process default
(omnyshellHome). Mainly for tests and multi-node isolation.
Implementation
final String? gitCredentialsHome;