annotate rc/gitconfig @ 456:e0f9a54b9dce

Add global gitignore.
author Edho Arief <edho@myconan.net>
date Mon, 18 Feb 2013 12:21:20 +0900
parents 2f5580798bbb
children 4322b0a8a695
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]
38fad89edd55 Added gitconfig.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 email = edho@myconan.net
38fad89edd55 Added gitconfig.
Edho Arief <edho@myconan.net>
parents:
diff changeset
3 name = Edho Arief
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