Skip to content

Instantly share code, notes, and snippets.

View rgen3's full-sized avatar

Alexander Tanaev rgen3

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rgen3
rgen3 / .gitconfig
Last active April 18, 2017 08:24 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = rgen3
email = rgen3@mail.ru
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com