Mercurial > dotfiles.old
comparison gitconfig @ 0:36a9b3a28861
Add all dotfiles
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 23 Feb 2014 17:20:32 +0100 |
parents | |
children | a8279f1d5b39 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:36a9b3a28861 |
---|---|
1 # Sample gitconfig | |
2 # | |
3 | |
4 [hub] | |
5 protocol = https | |
6 [alias] | |
7 co = checkout | |
8 count = !git shortlog -sn | |
9 sl = log --oneline --stat | |
10 [color] | |
11 diff = auto | |
12 status = auto | |
13 branch = auto | |
14 ui = true | |
15 [core] | |
16 excludesfile = ~/.gitignore | |
17 editor = vim | |
18 [apply] | |
19 whitespace = nowarn | |
20 [mergetool] | |
21 keepBackup = false | |
22 [difftool] | |
23 prompt = false | |
24 [help] | |
25 autocorrect = 1 | |
26 [include] | |
27 path = .gitconfig.local | |
28 [push] | |
29 # See `git help config` (search for push.default) | |
30 # for more information on different options of the below setting. | |
31 # | |
32 # Setting to git 2.0 default to surpress warning message | |
33 default = simple |