-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
83 lines (82 loc) · 1.65 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
[user]
name = rudeigerc
email = rudeigerc@gmail.com
signingkey = /Users/rudeigerc/.ssh/id_ed25519.pub
[core]
editor = nvim
pager = less -R
[gpg]
format = ssh
[commit]
gpgsign = true
[init]
defaultBranch = main
[alias]
co = checkout
br = branch
ci = commit
st = status
ls = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short
unstage = reset HEAD --
last = log -1 HEAD
[pull]
rebase = true
# marlonrichert/zcolors
[color "status"]
branch = 5 normal
added = 10 normal
updated = 10 normal
localbranch = 5 normal
changed = 11 normal
header = normal
remotebranch = 2 normal
nobranch = 1 normal italic
unmerged = 9 normal
untracked = normal dim
[color "branch"]
plain = 5 normal
remote = 2 normal
current = 5 normal reverse
local = 5 normal
upstream = 2 normal
[color "remote"]
hint = normal dim
success = 2 normal
error = 1 normal
warning = 3 normal
[color "interactive"]
header = normal dim bold
prompt = 15 4
help = normal dim
error = 1 normal italic
[color "diff"]
commit = 3 normal
newMoved = 15 3
oldMovedAlternativeDimmed = 7 5 dim
frag = normal dim
oldMovedAlternative = 7 5
contextBold = normal bold
newBold = 15 2 bold
context = normal
oldMoved = 7 3
oldBold = 7 1 bold
newMovedDimmed = 15 3 dim
func = normal dim
meta = normal dim
newDimmed = 15 2 dim
newMovedAlternative = 15 5
new = 15 2
newMovedAlternativeDimmed = 15 5 dim
whitespace = normal 9
oldMovedDimmed = 7 3 dim
oldDimmed = 7 1 dim
old = 7 1
[color "decorate"]
branch = 5 normal
tag = 3 normal
remotebranch = 2 normal
stash = normal dim
grafted = 1 normal italic
HEAD = 5 normal italic
[diff]
colorMoved = zebra