Skip to content

Instantly share code, notes, and snippets.

View ygnoh's full-sized avatar
😐
Go for it

Yonggoo Noh ygnoh

😐
Go for it
View GitHub Profile
@ygnoh
ygnoh / .gitconfig
Created September 19, 2017 01:57 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com