]> gitweb @ CieloNegro.org - sugar.git/blob - dot-files/_gitconfig
150ad9f9b594537bc66f3ea2c982e29d5ccadf22
[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 [http]
12         sslVerify = false
13 [log]
14         decorate = full
15 [alias]
16         ci = commit
17         co = checkout
18         sh = show
19         st = status
20         gl = log --stat --graph
21         pullall = "!f(){ git pull \"$@\" && git submodule update --init --recursive; }; f"
22 [push]
23         default = simple