-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
41 lines (41 loc) · 891 Bytes
/
gitconfig
File metadata and controls
41 lines (41 loc) · 891 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
40
41
[user]
name = Ryan Artecona
email = ryanartecona@gmail.com
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaaHucvXiCrkZlOolK/z1uu/Mwk80jIgYEETfzuTto2
[push]
default = current
[pull]
rebase = true
[color]
ui = true
[core]
excludesfile = /Users/ryanartecona/.gitignore
[alias]
ls = ls-tree -r HEAD --name-only
st = status --short --branch
pushf = push --force-with-lease
fixup = commit --amend --no-edit
[http]
sslVerify = true
[credential]
helper = osxkeychain
[github]
user = ryanartecona
[commit]
verbose = true
gpgsign = true
[diff "blackbox"]
textconv = gpg --use-agent -q --batch --decrypt
[hub]
protocol = https
[init]
defaultBranch = main
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign