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:
Last updated
Was this helpful?
Set your git credentials:
git config --global user.name "Mona Lisa"
git config --global user.email "[email protected]"
More info on setting git credentials:
Last updated
Was this helpful?