Last active
March 18, 2017 15:34
-
-
Save cdgz/92a51abaa412b8235a41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ui] | |
username = cdgz <[email protected]> | |
[extensions] | |
color = | |
mq = | |
rebase = | |
histedit = | |
email = | |
patchbomb = | |
[alias] | |
l = log --limit 5 --graph | |
ll = log --limit 10 --graph | |
[email] | |
method = smtp | |
from = cdgz <[email protected]> | |
to = [email protected] | |
[smtp] | |
host = smtp.gmail.com | |
port = 587 | |
tls = starttls | |
username = cdgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment