-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
39 lines (39 loc) · 695 Bytes
/
gitconfig
File metadata and controls
39 lines (39 loc) · 695 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
[user]
name = jhrr
email = jhrr@users.noreply.github.com
[core]
editor = vim
pager = less
excludesfile = ~/.gitignore_global
[push]
default = current
[color]
ui = true
[color "diff"]
meta = blue bold
frag = magenta bold
old = red bold
[color "branch"]
current = yellow reverse
local = yellow bold
remote = green bold
plain = red bold
[color "status"]
added = yellow
changed = green bold
untracked = blue bold
[hub]
protocol = https
[diff]
noprefix = true
[pull]
ff = only
[init]
defaultBranch = main
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[github]
user = jhrr