gitconfig: coloring, cache credentials
This commit is contained in:
parent
8c8eb63927
commit
d41cd95025
1 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
[user]
|
||||
name = Oliver Ladner
|
||||
email = waste@lugh.ch
|
||||
|
||||
[color]
|
||||
branch = auto
|
||||
diff = auto
|
||||
interactive = auto
|
||||
status = auto
|
||||
|
||||
[credential]
|
||||
helper = cache --timeout 43200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue