-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
52 lines (52 loc) 路 1.34 KB
/
Copy path.gitconfig
File metadata and controls
52 lines (52 loc) 路 1.34 KB
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
[user]
email = rikardeide@gmail.com
name = Rikard Eide
signingkey = 50980AB2C75D059E
useConfigOnly = true
[color]
diff = auto
[commit]
gpgsign = true
[alias]
loga = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
logf = git log --name-only
summary = !git-summary
[core]
excludesfile = ~/.gitignore
editor = nvim
pager = delta
[rebase]
autoSquash = true
[push]
default = current
autoSetupRemote = true
[pull]
rebase = true
[includeIf "gitdir:~/Development/otovo/"]
path = ~/Development/otovo/.gitconfig
[include]
path = ~/.config/themes.gitconfig
[gpg]
program = gpg
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
side-by-side = true
line-numbers = true
features = villsau
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
[column]
ui = auto
[branch]
sort = -committerdate
[credential "https://github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/opt/homebrew/bin/gh auth git-credential