-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
61 lines (50 loc) · 1.31 KB
/
gitconfig
File metadata and controls
61 lines (50 loc) · 1.31 KB
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
[user]
name = Chris AtLee
email = chris.atlee@shopify.com
signingKey = 84CD7E19
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
dark = true # or light = true, or omit for auto-detection
[color]
diff = auto
[diff]
renames = true
renameLimit = 5000
[alias]
di = diff -U8 --patch-with-stat
st = status -uno
fpush = push --force-with-lease
pullup = "!cd -- \"${GIT_PREFIX:-.}\" && git pull --rebase origin $(git symbolic-ref refs/remotes/origin/HEAD | xargs basename) && $SHELL -i -c 'dev up'"
[push]
default = current
[include]
path = ~/.gitsecrets
path = /Users/catlee/.config/dev/gitconfig
path = /Users/chrisatlee/.config/dev/gitconfig
[pull]
ff = only
[rebase]
autoStash = true
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = default
[init]
defaultBranch = main
[rerere]
enabled = false
[submodule]
recurse = true
[lfs]
setlockablereadonly = 0
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[maintenance]
repo = /Users/chrisatlee/world/trees/drafts/src