Set up git configuration Set up for each repository locally $ git config --local user.email "email" $ git config --local user.name "name" Set up global configuration $ git config --global user.email "email" $ git config --global user.name "name"