-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
32 lines (32 loc) · 878 Bytes
/
.gitconfig
File metadata and controls
32 lines (32 loc) · 878 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
[color]
diff = auto
status = auto
branch = auto
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset%C(auto)%d %<|(88,mtrunc)%s %C(bold blue)%an %<(13,trunc)%C(bold black)%cr%Creset'
lga = log --graph --pretty=format:'%Cred%h%Creset%C(auto)%d %<|(88,mtrunc)%s %C(bold blue)%an %<(13,trunc)%C(bold black)%cr%Creset' --all
[core]
editor = nvim
whitespace = true
pager = delta
excludesfile = /Users/tim.spence/.gitignore
[init]
defaultBranch = main
[merge]
conflictstyle = diff3
tool = vimdiff
[difftool]
prompt = false
[diff]
tool = nvimdiff
colorMoved = default
[difftool "nvimdiff"]
cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""
[interactive]
diffFilter = delta --color-only
[include]
path = git-clones/Anomalocaridid/delta/themes.gitconfig
[delta]
navigate = true # use n and N to move between diff sections
features = catppuccin-mocha
side-by-side = true