forked from din982/dotfiles-11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
64 lines (64 loc) · 1.45 KB
/
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
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
[core]
excludesfile = ~/.gitignore
editor = /usr/local/bin/vim
autocrlf = input
pager = diff-so-fancy | less --tabs=2 -RFX
[alias]
a = add
l = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lp = log -p --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
r = reset
p = stage --patch
d = diff
dt = difftool
dc = diff --cached
dtc = difftool --cached
br = branch
st = status
si = stage --interactive
ci = commit
co = checkout
ps = push
pl = pull
plr = pull --rebase
pr = pull-request
sm = submodule
submodules = submodule
[color]
ui = auto
[user]
name = Jeff Dickey
email = [email protected]
signingkey = "0FCDE4EA"
[commit]
gpgsign = true
[push]
default = current
followTags = true
[rerere]
enabled = 1
[help]
autocorrect = 1
[credential]
helper = osxkeychain
[merge]
tool = vimdiff
conflictstyle = diff3
[mergetool]
prompt = false
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 227
frag = magenta bold
commit = 227 bold
old = red bold
new = green bold
whitespace = red reverse
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
[url "ssh://[email protected]/"]
insteadOf = git://github.com/