-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
106 lines (105 loc) · 2.51 KB
/
.gitconfig
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
[init]
defaultBranch = main
[user]
name = Michael Stergianis
email = [email protected]
signingkey = 47026274F515D7B3
[core]
excludesfile = /home/michael/.gitignore
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[color]
ui = true
# [color "diff-highlight"]
# oldNormal = red bold
# oldHighlight = red bold 52
# newNormal = green bold
# newHighlight = green bold 22
# [color "diff"]
# meta = 11
# frag = magenta bold
# commit = yellow bold
# old = red bold
# new = green bold
# whitespace = red reverse
# func = 146 bold
[pull]
ff = only
[url "[email protected]:"]
insteadof = https://gitlab.eng.vmware.com/
insteadOf = https://gitlab.eng.vmware.com
insteadOf = https://gitlab.eng.vmware.com
[alias]
sh = show --show-signature
co = checkout
sw = switch
cp = cherry-pick
cpc = cherry-pick --continue
d = diff
ci = commit -v
st = status
br = branch
dc = diff --cached
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
lp = log -1 -p
lol = log --graph --decorate --pretty=oneline --abbrev-commit
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
rl = remote -v
rs = restore
rss = restore --staged
rc = rebase --continue
ra = rebase --abort
poh = push -u origin HEAD
pf = push --force-with-lease
ap = add -p
recent-branches = ! git branch --sort=-committerdate | head -n 10
bl = blame -w -C -C -C
previous-commit-message = log -1 --pretty=%B
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
features = decorations
syntax-theme = gruvbox-dark
line-numbers = true
side-by-side = true
plus-style = syntax "#003800"
minus-style = syntax "#3f0001"
[delta "interactive"]
keep-plus-minus-markers = false
line-numbers = true
syntax-theme = Dracula
side-by-side = true
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[rerere]
enabled = true
[commit]
gpgsign = true
[format]
signOff = false
[diff]
algorithm = minimal
[duet "env"]
git-author-initials = ms
git-author-name = Michael Stergianis
git-author-email = [email protected]
mtime = 1736278065
git-committer-initials =
git-committer-name =
git-committer-email =