-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
38 lines (38 loc) · 716 Bytes
/
Copy path.gitconfig
File metadata and controls
38 lines (38 loc) · 716 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
[core]
editor = vim
whitespace = cr-at-eol
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
rebase = true
[rebase]
autoStash = true
[init]
defaultBranch = master
[push]
autoSetupRemote = true
[user]
name = Brian Cooper
email = brian@brian-cooper.com
signingkey = /home/brian/.ssh/id_ed25519.pub
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[fetch]
prune = true
[http]
postBuffer = 52428800
[credential]
helper = store
[pager]
diff = true
[gpg]
format = ssh
[commit]
gpgsign = true