Setting up git
git config --global user.name "Mona Lisa"
git config --global user.email "monalisa@louvre.net"Last updated
Was this helpful?
Set your git credentials:
git config --global user.name "Mona Lisa"
git config --global user.email "monalisa@louvre.net"More info on setting git credentials:
Last updated
Was this helpful?
Was this helpful?