-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig.local
52 lines (52 loc) · 1.74 KB
/
gitconfig.local
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
[alias]
cob = "checkout -b"
conflicted = !nvim +Conflicted
l = log -n15 --color --graph --pretty=format:'%Cred%h%Creset - %Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
mru = for-each-ref --sort=-committerdate --count=10 refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
set-upstream = !git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`
sh = "shalector"
[core]
pager = delta
[delta]
navigate = true
features = villsau
side-by-side = true
dark = true
file-style = omit
hunk-header-decoration-style = omit
hunk-header-file-style = magenta
hunk-header-line-number-style = dim magenta
hunk-header-style = file line-number syntax
line-numbers = false
minus-emph-style = bold red 52
minus-empty-line-marker-style = normal "#3f0001"
minus-non-emph-style = dim red
minus-style = bold red
plus-emph-style = bold green 22
plus-empty-line-marker-style = normal "#002800"
plus-non-emph-style = dim green
plus-style = bold green
syntax-theme = OneHalfDark
whitespace-error-style = reverse red
zero-style = dim syntax
[merge]
conflicstyle = diff3
[diff]
colorMoved = default
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[github]
user = geoffharcourt
[help]
autocorrect = 1
[pretty]
colored = format:%Cred%h%Creset %s %Cgreen(%cr) %C(bold blue)%an%Creset
coloredwithrefs = format:%Cred%h%Creset %Cblue%d%Creset %s %Cgreen(%cr) %C(bold blue)%an%Creset
[pull]
rebase = true
[user]
name = Geoff Harcourt
email = [email protected]
[interactive]
diffFilter = delta --color-only