-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
39 lines (39 loc) · 855 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 = James LaChance
email = [email protected]
signingkey = C4ED3CA232118969
[core]
editor = vim
pager = diff-so-fancy | less $LESS
excludesfile = ~/.gitignore_global
[init]
;templatedir = ~/.git_templates
[alias]
ctags = !.git/hooks/ctags
[github]
user = FatBoyXPC
[commit]
gpgsign = true
[interactive]
diffFilter = /usr/share/git/diff-highlight/diff-highlight | less
[tig "bind"]
main = ! !git revert %(commit)
status = N !@git add -N %(file)
[color]
ui = true
[color "diff-highlight"]
oldNormal = 196 bold
oldHighlight = 196 bold 52
newNormal = 34 bold
newHighlight = 34 bold 22
[color "diff"]
meta = 130
frag = 33 bold
commit = 172 bold
old = 196 bold
new = 34 bold
whitespace = red reverse
[pull]
rebase = false
[rerere]
enabled = true