Create new git repository
git init
Set user and email
git config --global user.name "Will Coquillette"
git config --global user.email "[email protected]"
Create new git repository
git init
Set user and email
git config --global user.name "Will Coquillette"
git config --global user.email "[email protected]"