git config

Estimated reading time: 1 minute

git config

  • list
git config --list

writing

git config --global user.email "[email protected]"

get

git config --get user.name
git config user.name

resources