gitconfig
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user