dotfiles/git/.gitconfig
Frank Villaro-Dixon 786df2d3c6 thingies
2019-11-22 16:15:22 +01:00

42 lines
566 B
INI

[user]
name = Frank Villaro-Dixon
email = frank.villaro@infomaniak.com
signingKey = 34EB3167C1C803629833E5E40139000E88CF36E7
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[alias]
st = status
ci = commit
commti = commit
co = checkout
br = branch
pu = push
psuh = push
psh = push
undo-commit = reset --soft HEAD^
tag = tag -s
[core]
editor = vim
excludesfile = ~/.gitignore
hooksPath = .githooks
[merge]
tool = vimdiff
[diff "odf"]
textconv = odt2txt
[push]
default = current
[credential]
helper = cache