mirror of https://github.com/artizirk/dotfiles
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
509 B
24 lines
509 B
[user] |
|
name = Arti Zirk |
|
email = arti.zirk@gmail.com |
|
[merge] |
|
tool = meld |
|
|
|
[alias] |
|
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches |
|
[web] |
|
browser = firefox |
|
[browser "firefox"] |
|
path = firefox-developer-edition |
|
[instaweb] |
|
httpd = webrick |
|
[core] |
|
editor = nano |
|
quotepath = false |
|
[credential] |
|
helper = /usr/lib/git-core/git-credential-libsecret |
|
[sendemail] |
|
smtpEncryption = tls |
|
smtpServer = smtp.gmail.com |
|
smtpUser = arti.zirk@gmail.com |
|
smtpServerPort = 587
|
|
|