Update git config
This commit is contained in:
parent
5a38776a23
commit
a00e0126f6
1 changed files with 18 additions and 0 deletions
|
@ -1,5 +1,23 @@
|
||||||
[user]
|
[user]
|
||||||
email = george@rawlinson.net.nz
|
email = george@rawlinson.net.nz
|
||||||
name = George Rawlinson
|
name = George Rawlinson
|
||||||
|
|
||||||
|
[core]
|
||||||
|
# if $EDITOR not set, use this as editor
|
||||||
|
editor = nvim
|
||||||
|
# fix whitespace issues
|
||||||
|
whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space
|
||||||
|
|
||||||
|
[color]
|
||||||
|
# automatically color output, except when piping
|
||||||
|
ui = auto
|
||||||
|
|
||||||
|
[color "status"]
|
||||||
|
# colours when using status command
|
||||||
|
untracked = magenta
|
||||||
|
changed = red
|
||||||
|
added = green
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
|
# push current branch instead of all
|
||||||
default = simple
|
default = simple
|
||||||
|
|
Loading…
Reference in a new issue