Skip to content

Instantly share code, notes, and snippets.

View vinaymavi's full-sized avatar
🏠
Working from home

Vinay Kumar vinaymavi

🏠
Working from home
View GitHub Profile
@vinaymavi
vinaymavi / .gitconfig
Last active March 9, 2018 15:36 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[push]
default = matching