Skip to content

Instantly share code, notes, and snippets.

@dileks
Created April 13, 2011 14:38
Show Gist options
  • Select an option

  • Save dileks/917653 to your computer and use it in GitHub Desktop.

Select an option

Save dileks/917653 to your computer and use it in GitHub Desktop.
SAMPLE: $HOME/.gitconfig
[user]
name = myName
email = myEmail
[format]
subjectprefix = PATCH
signoff = true
[sendemail]
smtpserver = smtp.gmail.com
smtpserverport = 587
smtpencryption = tls
smtpuser = myEmail
[url]
url = git+ssh://git@github.com/lll-project/kernel.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment