-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
71 lines (54 loc) · 1.18 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
65
66
67
68
69
70
71
[advice]
detachedHead = false
[alias]
b = branch -vv --sort=-committerdate
co = checkout
fp = !git fetch -p && git pull && git submodule update --init
g = grep --break --heading --line-number
graph = log --graph --pretty=format':%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset'
latest = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short) [%(committername)] %(contents:subject)'
root = !pwd
st = status -sb
[color]
ui = true
[commit]
gpgsign = true
[core]
autocrlf = false
excludesfile = ~/.gitignore_global
pager = "less -FNRX"
#pager = "bat -l gitlog"
quotepath = false
[diff]
tool = vimdiff
renameLimit = 5000
[difftool]
prompt = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[gc]
auto = 0
[gpg]
program = gpg
[grep]
extendRegexp = true
lineNumber = true
[help]
autocorrect = 5
[http]
cookiefile = /Users/tom/.gitcookies
[init]
defaultBranch = main
[merge]
renamelimit = 999999
[pull]
rebase = false
[push]
default = simple
[user]
name = Tom Bamford
email = [email protected]
signingkey = F70C3D21