Version Control
git config
Configure Git.
Syntax
$git config [OPTIONS] <NAME> [VALUE]
Examples
$git config --global user.name "Name"
$git config --list
Typical use cases
?
Standard usage
git config --help
Note
Settings.
Export