1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-06-26 02:40:12 +03:00
dotfiles/.gitconfig
2019-02-17 19:09:34 +02:00

25 lines
509 B
INI

[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