Files
.dotfiles/.gitconfig
2024-03-04 23:18:12 +01:00

14 lines
332 B
INI

[alias]
diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+'
st = status
cm = commit
# TODO use git-delta
# the following aliases are defined as bash scripts, only here for completion
home = "!git-home"
root = "!git-root"
ignore = "!git-ignore"
[color]
ui = auto
[branch]
sort = -committerdate