Answers for "how to configure git profile on terminal"

1

git config user settup

git config --global user.name "YourName"
git config --global user.email [email protected]
Posted by: Guest on October-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language