-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
87 lines (67 loc) · 1.53 KB
/
Copy pathgitconfig
File metadata and controls
87 lines (67 loc) · 1.53 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[advice]
detachedHead = false
[alias]
b = branch -vv --sort=-committerdate
co = checkout
fp = !git fetch -p && git pull && git submodule update --init
lg = log --date=relative --pretty=format:"%h%x09%an%x09%ad%x09%s"
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
show = show --show-signature
st = status -sb
[color]
ui = true
[commit]
gpgsign = true
verbose = 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
pruneExpire = 1.year.ago
reflogExpire = 1.year.ago
[gpg]
program = gpg
[gpg "ssh"]
allowedSignersFile = ~/.config/git/allowed_signers
[grep]
extendRegexp = true
lineNumber = true
[help]
autocorrect = 5
[http]
cookiefile = ~/.gitcookies
[init]
defaultBranch = main
[log]
# showSignature = true
[merge]
renamelimit = 999999
[pull]
rebase = false
[push]
default = simple
[rebase]
instructionFormat = "(%an <%ae>) %s"
[user]
name = Tom Bamford
email = tom@bamford.io
signingkey = F70C3D21
[gui]
recentrepo = /home/tom/git/defra/ipaffs-infra