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