forked from kballenegger/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
39 lines (38 loc) · 787 Bytes
/
.gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[user]
name = Kenneth Ballenegger
email = [email protected]
[color]
diff = auto
ui = auto
[core]
excludesfile = ~/.gitignore.global
whitespace = trailing-space,space-before-tab
pager = less -r
[github]
user = kballenegger
token = SECRET
password = SECRET
[rerere]
enabled = true
[gist]
private = yes
[color "diff"]
meta = blue
frag = magenta
old = red
new = green
[color "branch"]
current = yellow reverse
local = yellow
remote = green
plain = red
[color "status"]
added = yellow
changed = green
untracked = blue
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[credential]
helper = osxkeychain
[push]
default = tracking