Skip to content

Instantly share code, notes, and snippets.

@waleedsamy
Created July 13, 2016 07:35
Show Gist options
  • Save waleedsamy/a9b78869d4852af8e10b93772918e78e to your computer and use it in GitHub Desktop.
Save waleedsamy/a9b78869d4852af8e10b93772918e78e to your computer and use it in GitHub Desktop.
my ~/.gitconfig file
[user]
name = Waleed Samy
email = waleedsamy634@gmail.com
[core]
editor = vim
[push]
default = matching
[sendemail]
smtpserver = smtp.gmail.com
smtpserverport = 587
smtpencryption = tls
smtpuser = waleedsamy634@gmail.com
from = waleedsamy634@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment