Answers for "github set git config"

55

git config setting

$ git config --global user.name "John Doe"
$ git config --global user.email [email protected]
Posted by: Guest on February-08-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 "Shell/Bash"

Browse Popular Code Answers by Language