gitconfig

This commit is contained in:
eneller
2024-04-22 10:22:54 +02:00
parent 562491d53a
commit 1a4a790ab3

View File

@@ -1,3 +1,6 @@
[user]
email = erikneller@gmx.de
name = eneller
[alias] [alias]
diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+' diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+'
st = status st = status
@@ -7,6 +10,7 @@
home = "!git-home" home = "!git-home"
root = "!git-root" root = "!git-root"
ignore = "!git-ignore" ignore = "!git-ignore"
ignore-io = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
[color] [color]
ui = auto ui = auto
[branch] [branch]