-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
63 lines (62 loc) · 1.18 KB
/
.gitconfig
File metadata and controls
63 lines (62 loc) · 1.18 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
53
54
55
56
57
58
59
60
61
62
[include]
path = ~/.config/delta/themes.gitconfig
[user]
name = "pkonkol"
email = "31186361+pkonkol@users.noreply.github.com"
[includeIf "gitdir:~/work/"]
path = ~/.gitconfig-work
[alias]
lg = log --all --graph --decorate --oneline
lol = log --graph --decorate --pretty=oneline --abbrev-commit
hist = log --pretty=format:\"%h %ad|%s%d [%an]\" --graph --date=short
ls = ls-files
g = grep --break --heading --line-number
a = add
ap = add -p
ci = commit
cia = commit --amend
co = checkout
s = status
b = branch
p = pull --rebase
pu = push
[color]
ui=auto
[gpg]
program = gpg
[commit]
gpgsign = false
[core]
editor = vim
pager = delta
autocrlf = false
eol = crlf
#safecrlf = false
[grep]
lineNumber = true
[credential]
helper = store
[branch]
sort = -committerdate
[merge]
conflictstyle = zdiff3
[push]
autoSetupRemote = true
[help]
autocorrect = 10
[diff]
algorithm = histogram
colorMoved = default
[transfer]
fsckObjects = true
[fetch]
fsckObjects = true
[receive]
fsckObjects = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
features = gruvmax-fang
#hyperlinks = true
#hyperlinks-file-link-format = "vscode://file/{path}:{line}"