Last active
November 18, 2017 13:21
-
-
Save shinchiro/951a8cfd02214a02f54075504b7f2219 to your computer and use it in GitHub Desktop.
git config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git config -l | |
user.name=shinchiro | |
[email protected] | |
user.signingkey <ID> | |
commit.gpgsign=true | |
core.editor=nano | |
credential.helper=wincred # works only on git for windows | |
sendemail.smtpserver=smtp.googlemail.com | |
sendemail.smtpencryption=tls | |
sendemail.smtpserverport=587 | |
sendemail.smtpuser=<email_id>@gmail.com | |
sendemail.suppresscc=self | |
[repo_config] | |
[email protected] | |
format.signoff=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment