Setting up git

Set your git credentials:

git config --global user.name "Mona Lisa"
git config --global user.email "[email protected]"

More info on setting git credentials:

Setting your username in Git

Setting your commit email address

Last updated