githubEdit

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 Gitarrow-up-right

Setting your commit email addressarrow-up-right

Last updated

Was this helpful?