Answers for "how to configure github for work"

0

como configurar git e github

git config --global user.name "Seu Nome"
git config --global user.email "[email protected]"
Posted by: Guest on November-18-2020
1

GitHub config

$ git config  remote.origin.url git+ssh://[email protected]/youriserid/repoid.git
Posted by: Guest on December-29-2021

Code answers related to "how to configure github for work"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language