annotate rc/gitconfig @ 516:6ef4bbc171eb

Revert to default LS_COLORS. From ubuntu 14.04.
author edogawaconan <me@myconan.net>
date Thu, 22 May 2014 15:22:00 +0900
parents 4322b0a8a695
children fe33aeb572f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
356
38fad89edd55 Added gitconfig.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 [user]
472
4322b0a8a695 Use "old" commit identity for git.
edogawaconan <me@myconan.net>
parents: 456
diff changeset
2 email = me@myconan.net
4322b0a8a695 Use "old" commit identity for git.
edogawaconan <me@myconan.net>
parents: 456
diff changeset
3 name = edogawaconan
359
5ad9e6aee3cc Added some aliases for git.
Edho Arief <edho@myconan.net>
parents: 356
diff changeset
4 [alias]
5ad9e6aee3cc Added some aliases for git.
Edho Arief <edho@myconan.net>
parents: 356
diff changeset
5 ci = commit
449
e9b25cf035d9 Added git co alias.
Edho Arief <edho@myconan.net>
parents: 411
diff changeset
6 co = checkout
359
5ad9e6aee3cc Added some aliases for git.
Edho Arief <edho@myconan.net>
parents: 356
diff changeset
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
a07ee25c6304 Color all those gits!
Edho Arief <edho@myconan.net>
parents: 449
diff changeset
10 [color]
a07ee25c6304 Color all those gits!
Edho Arief <edho@myconan.net>
parents: 449
diff changeset
11 ui = true
456
e0f9a54b9dce Add global gitignore.
Edho Arief <edho@myconan.net>
parents: 455
diff changeset
12 [core]
e0f9a54b9dce Add global gitignore.
Edho Arief <edho@myconan.net>
parents: 455
diff changeset
13 excludesfile = ~/.gitignore_global