gitwrap::config

Function path

Source
pub fn path() -> FnOptionArg
Expand description

git-config will expand leading ~ to the value of $HOME, and ~user to the home directory for the specified user. This option has no effect when setting the value (but you can use git config bla ~/ from the command line to let your shell do the expansion). –path