-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
58 lines (58 loc) · 1.06 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
[user]
name = Jeremy Israelsen
email = [email protected]
signingkey = CDD3146417D16C91
[alias]
st = status
ci = commit
co = checkout
br = branch
ls = branch
s = status
a = add
b = branch
d = diff
dc = diff --cached
v = show
l = log --pretty=oneline
ll = log
cp = cherry-pick
c = checkout
cc = commit
ri = rebase -i HEAD~10
sh = !git-sh
ro = !git fetch origin && git reset --hard origin/master
[color]
ui = true
interactive = true
status = true
branch = true
diff = true
[core]
excludesfile = ~/.gitignore
whitespace = trailing-space,space-before-tab
[apply]
whitespace = fix
[pull]
rebase = true
[push]
default = current
[diff "ansible-vault"]
textconv = ansible-vault view
[github]
user = jisraelsen
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = osxkeychain
[diff "sopsdiffer"]
textconv = sops -d
[init]
defaultBranch = main
[commit]
gpgsign = true
[maintenance]
repo = /Users/jisraelsen/Code/github/github