Skip to content

Instantly share code, notes, and snippets.

@shinchiro
Last active November 18, 2017 13:21
Show Gist options
  • Save shinchiro/951a8cfd02214a02f54075504b7f2219 to your computer and use it in GitHub Desktop.
Save shinchiro/951a8cfd02214a02f54075504b7f2219 to your computer and use it in GitHub Desktop.
git config
$ git config -l
user.name=shinchiro
user.email=shinchiro@users.noreply.github.com
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]
sendemail.to=wine-patches@winehq.org
format.signoff=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment