-
Notifications
You must be signed in to change notification settings - Fork 2
/
gitconfig
48 lines (48 loc) · 890 Bytes
/
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
[user]
name = Peter Baker
email = [email protected]
[push]
default = tracking
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.git_ignore
pager = delta
editor = nvim
[format]
pretty = %Cblue%h%Creset %Cgreen[%ar]%Creset (%an) %s
[alias]
ctags = !.git/hooks/ctags
[apply]
whitespace = warn
[help]
autocorrect = 1
[status]
submodule = 1
[push]
# Only push branches that have been set up to track a remote branch.
default = current
useForceWithIncludes = true
[mergetool]
keepBackup = true
[credential]
helper = osxkeychain
[github]
user = finack
[pull]
ff = only
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
line-numbers = true
features = Dracula
[merge]
conflictstyle = diff3
[diff]
colorMoved = default