-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig
70 lines (70 loc) · 1.36 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
[user]
name = jmeridth
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEC7ebHSEFziXUYYVdQUO/czXU8i0L9cREINhz4boySR
[github]
user = jmeridth
[color]
ui = true
[color "branch"]
current = yellow black
local = yellow
remote = magenta
[color "status"]
added = yellow
changed = green
untracked = cyan
branch = magenta
[commit]
gpgsign = true
[alias]
gl = pull -r --prune
gs = status -sb
[grep]
lineNumber = true
[fetch]
prune = true
[rerere]
enabled = true
[push]
default = current
[pull]
rebase = true
[help]
autocorrect = 1
[gitreview]
username = jmeridth
[branch]
autosetuprebase = always
[core]
editor = vim
whitespace = cr-at-eol
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
autocrlf = false
commentChar = "@"
excludesfile = /Users/jasonmeridth/.gitignore
pager = less -F -X
[git-up "bundler"]
check = true
[remote]
pushdefault = origin
[http]
cookiefile = /Users/jasonmeridth/.gitcookies
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge --skip -- %f
process = git-lfs filter-process --skip
required = true
[init]
defaultBranch = main
[url "[email protected]:"]
insteadOf = https://github.com/
[diff]
ignoreSubmodules = dirty
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign