Git Global User
- User
- Get:
git config --global user.name - Set:
git config --global user.name {display name} - Clear:
git config --global user.name ""
- Get:
- Email
- Get:
git config --global user.email - Set:
git config --global user.email {email address} - Clear:
git config --global user.email ""
- Get:
