]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_gitconfig
Auto commit by The Sugar System.
[sugar.git] / dot-files / _gitconfig
1 [user]
2         name = PHO
3         email = pho@cielonegro.org
4         signingkey = pho@cielonegro.org
5 [color]
6         ui = true
7 [diff]
8         renames = copies
9 [grep]
10         lineNumber = true
11 [log]
12         decorate = full
13 [alias]
14         ci = commit
15         co = checkout
16         sh = show
17         st = status
18         gr = log --stat --graph