working snapshot
[distro-setup] / .gitconfig
1 [user]
2 name = Ian Kelling
3 email = ian@iankelling.org
4 [alias]
5 co = checkout
6 s = status
7 ci = commit
8 [core]
9 excludesfile = /home/ian/.gitignore_global
10 [github]
11 user = ian-kelling
12 token = d2dc0c5c6fef5378cc896a617e53c1a9
13 [credential]
14 helper = cache
15
16 # new option, but not available yet on debian wheezy
17 # [push]
18 # default = simple
19
20 # based on ghc advice,
21 # https://ghc.haskell.org/trac/ghc/wiki/Building/GettingTheSources
22 [diff]
23 ignoreSubmodules = dirty
24 tool = meld
25
26 [gitreview]
27 username = iank
28 # this is for newer git version. Doesn't work for ubuntu 12.04's version
29 #[push]
30 # default = simple
31 [color]
32 ui = auto
33 # for hooks. http://stackoverflow.com/questions/2293498/git-commit-hooks-global-settings
34 [init]
35 templatedir = ~/.git_template
36 [difftool]
37 tool = meld
38 prompt = false