more mnemonics, make private email default
This commit is contained in:
19
gitconfig
19
gitconfig
@@ -5,6 +5,7 @@
|
||||
co = checkout
|
||||
contains = branch --contains
|
||||
cr = codereview
|
||||
df = diff
|
||||
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
|
||||
ignored = ls-files --others
|
||||
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold cyan)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
||||
@@ -51,12 +52,12 @@
|
||||
old = red bold
|
||||
new = green bold
|
||||
[color "grep"]
|
||||
match = bold magenta
|
||||
match = bold magenta
|
||||
[color "interactive"]
|
||||
prompt = normal
|
||||
header = normal
|
||||
help = yellow
|
||||
error = bold red
|
||||
prompt = normal
|
||||
header = normal
|
||||
help = yellow
|
||||
error = bold red
|
||||
[color "status"]
|
||||
added = yellow
|
||||
changed = green
|
||||
@@ -82,9 +83,9 @@
|
||||
default = simple
|
||||
|
||||
[user]
|
||||
name = hellerve
|
||||
email = veit@veitheller.de
|
||||
name = hellerve
|
||||
email = veit@veitheller.de
|
||||
[credential]
|
||||
helper = osxkeychain
|
||||
helper = osxkeychain
|
||||
[http]
|
||||
postBuffer = 1048576000
|
||||
postBuffer = 1048576000
|
||||
|
Reference in New Issue
Block a user