Mercurial > ec-dotfiles
annotate rc/gitconfig @ 452:a07ee25c6304
Color all those gits!
author | Edho Arief <edho@myconan.net> |
---|---|
date | Fri, 08 Feb 2013 19:03:49 +0900 |
parents | e9b25cf035d9 |
children | 2f5580798bbb |
rev | line source |
---|---|
356 | 1 [user] |
2 email = edho@myconan.net | |
3 name = Edho Arief | |
359 | 4 [alias] |
5 ci = commit | |
449 | 6 co = checkout |
359 | 7 st = status |
408
baf2dd1cc56c
[gitconfig] Set default push mode.
Edho Arief <edho@myconan.net>
parents:
359
diff
changeset
|
8 [push] |
411
70a71c10b9f3
[rc/gitconfig] Use current instead of simple for older git compat.
Edho Arief <edho@myconan.net>
parents:
408
diff
changeset
|
9 default = current |
452 | 10 |
11 [color] | |
12 ui = true |