git config
ConfigurationGet and set repository or global options
Options & Flags
Available options for this command
--globalSet configuration globally
--listList all configuration
Examples
Common usage examples
Set global username
git config --global user.name "Your Name"Set global email
git config --global user.email "email@example.com"List all configuration
git config --list