Skip to content

Instantly share code, notes, and snippets.

View mark081's full-sized avatar
💭
Back in SF

Mark mark081

💭
Back in SF
View GitHub Profile
@mark081
mark081 / .gitconfig
Created April 27, 2020 15:53 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls