dotfiles/git/.gitconfig
Frank Villaro-Dixon d43e712264 signoff commits by default
Signed-off-by: Frank Villaro-Dixon <frank.villaro@infomaniak.com>
2020-04-23 17:34:47 +02:00

42 lines
569 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 -s
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