How to set global name and email for all repositories in Git git config --global user.name 'Name' git config --global user.email 'Email'