dotfiles/.gitconfig

40 lines
847 B
INI
Raw Normal View History

2018-11-12 16:21:47 +02:00
[user]
name = Arti Zirk
email = arti.zirk@gmail.com
[merge]
2018-11-12 16:23:43 +02:00
tool = meld
2018-11-12 16:21:47 +02:00
[alias]
plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches
ls = "! for file in $(ls --group-directories-first -p); do git log -n 1 --pretty=\"format:${file}|%s|%ar%n\" -- $file; done | column -s'|' -t -T 2"
2019-01-22 21:10:04 +02:00
[web]
browser = firefox
[browser "firefox"]
path = firefox-developer-edition
[instaweb]
httpd = webrick
[core]
2019-04-02 17:10:34 +03:00
editor = nvim
2019-02-17 19:09:34 +02:00
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
[diff]
wsErrorHighlight = all
[cola]
spellcheck = false
2020-03-09 16:12:56 +02:00
[push]
followTags = true
2020-03-11 11:54:21 +02:00
[gui]
spellingdictionary = en
2020-06-05 15:52:36 +03:00
[pull]
ff = only
[init]
defaultBranch = master
2021-07-04 00:02:36 +03:00
[rerere]
enabled = true