forked from sebdah/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig
35 lines (34 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
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = mq83
email = [email protected]
#signingkey = 8AF84F46
#signingkey = 94865B4A1B54F4B1
signingkey = 0x3554120F21205126
[core]
editor = vim
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = /Users/maqi/.gitignore
[push]
default = simple
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[github]
user = wy15
[gitlab]
user = mq83
[commit]
gpgsign = false
[gpg]
; program = /usr/local/bin/gpg
[alias]
commit-rnd = !sh -c \"git commit -m '$(curl -s http://whatthecommit.com/index.txt)'\"
[pager]
diff = diff-so-fancy | less --tabs=1,5 -RFX
show = diff-so-fancy | less --tabs=1,5 -RFX
[credential]
helper = osxkeychain