-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
executable file
·41 lines (41 loc) · 797 Bytes
/
gitconfig
File metadata and controls
executable file
·41 lines (41 loc) · 797 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]
email = ajjahn@gmail.com
name = Adam Jahn
signingkey = 522D48D2
[push]
default = simple
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
required = true
[alias]
sha = rev-parse --short HEAD
[commit]
gpgsign = true
[gpg]
program = /usr/local/MacGPG2/bin/gpg
[credential "https://git-codecommit.us-east-1.amazonaws.com"]
helper = !aws codecommit credential-helper $@
UseHTTPPath = true
[core]
editor = nvim
[pull]
ff = only
autostash = true
[merge]
autostash = true
[init]
defaultBranch = main
[hub]
protocol = ssh
[rerere]
enabled = true
autoUpdate = true
[branch]
sort = -committerdate
[includeIf "gitdir:~/work/"]
path = ~/work/.gitconfig