-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
47 lines (35 loc) · 683 Bytes
/
Copy path.gitconfig
File metadata and controls
47 lines (35 loc) · 683 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
42
43
44
45
46
47
[user]
name = Erik Kinnunen
useConfigOnly = true
[status]
short = true
[core]
pager = delta
editor = nvim
[interactive]
diffFilter = delta --color-only
[add.interactive]
useBuiltin = false
[delta]
navigate = true
light = false
[merge]
conflictstyle = zdiff3
[diff]
colorMoved = dimmed-zebra
colorMovedWS = ignore-all-space
[init]
defaultBranch = main
[push]
autoSetupRemote = true
[pull]
rebase = true
[branch]
sort = -committerdate
[alias]
amend = commit --amend
push-with-lease = push --force-with-lease
slog = log --pretty='%C(green)%h%Creset%C(yellow)%d%Creset %s %C(cyan)%ar%Creset'
fixup = git-fixup
pr = !gh pr checkout
pr-list = !gh pr list