Set user details globally.
git config --global user.name "My Name"
git config --global user.email [email protected]
Set user details for a single repository.
git config user.name "My Name"
git config user.email [email protected]
Set user details globally.
git config --global user.name "My Name"
git config --global user.email [email protected]
Set user details for a single repository.
git config user.name "My Name"
git config user.email [email protected]
Add new comment