-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
65 lines (49 loc) · 1.06 KB
/
gitconfig
File metadata and controls
65 lines (49 loc) · 1.06 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[user]
name = Jordan Brown
email = jordanbrown5@gmail.com
[github]
user = jordanbrown
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
punch = blame
up = "!git remote update -p; git merge --ff-only @{u}"
[color]
diff = auto
status = auto
branch = auto
[core]
excludesfile = ~/.gitignore
quotepath = false
whitespace = trailing-space,space-before-tab
[color "branch"]
current = cyan bold
local = yellow bold
remote = green bold
[color "diff"]
meta = blue bold
frag = cyan bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = green bold
changed = yellow bold
untracked = cyan bold
[apply]
whitespace = nowarn
[push]
default = tracking
[difftool "Kaleidoscope"]
cmd = ksdiff-wrapper git \"$LOCAL\" \"$REMOTE\"
[difftool]
prompt = false
[diff]
tool = Kaleidoscope
[merge]
tool = kdiff3
[heroku]
account =
[ghi]
token = db6f41240ed09c0239eb4a48ba29699230ed7a46
[credential]
helper = cache