git config
Estimated reading time: 1 minutegit config
- list
git config --list
writing
git config --global user.email "[email protected]"
get
git config --get user.name
git config user.name
git config --list
git config --global user.email "[email protected]"
git config --get user.name
git config user.name