-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
39 lines (37 loc) · 795 Bytes
/
.gitconfig
File metadata and controls
39 lines (37 loc) · 795 Bytes
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
[core]
pager=delta
[interactive]
diffFilter = delta --color-only
[delta]
line-numbers = true
zero-style = dim syntax
side-by-side = true
[color]
diff = auto
status = auto
branch = auto
[user]
name = maggick
email = maggick@users.noreply.github.com
signingkey = 05BAF4954F71093809CBD7319CA1D703CDBC35B1
[alias]
ci = commit
co = checkout
st = status
br = branch
[http]
sslVerify = true
[commit]
gpgSign = true
[gpg]
program = gpg
[init]
defaultBranch = main
[includeIf "gitdir:~/go/src/github.com/BishopFox/"]
path = ~/documents/bf/.gitconfig
[includeIf "gitdir:~/tools/bishopfox/"]
path = ~/documents/bf/.gitconfig
[includeIf "gitdir:~/tools/bf/"]
path = ~/documents/bf/.gitconfig
[safe]
directory = /home/maggick/documents/nas/documents/matt/cv