-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
95 lines (73 loc) · 1.41 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
[advice]
statusHints = false
detachedHead = false
[alias]
st = status
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
incoming = "!git remote update -p; git log ..@{u}"
outgoing = log @{u}..
staged = diff --staged
[color]
ui = auto
diff = auto
status = auto
branch = auto
interactive = auto
grep = auto
[checkout]
workers = 0
[commit]
gpgsign = on
[core]
excludesFile = ~/.config/git/ignore
abbrev = 7
#pager = delta
[credential]
helper = cache
[diff]
algorithm = histogram
colorMoved = default
compactionheuristic = true
submodule = log
[init]
defaultBranch = main
[interactive]
#diffFilter = delta --color-only
[pull]
ff = only
twohead = ort
[push]
default = simple
[status]
short = true
[tag]
gpgSign = true
[user]
name = Peter Grayson
email = [email protected]
###
[delta]
navigate = true
# side-by-side = true
syntax-theme = 1337
plus-style = "syntax #007000"
[fetch]
prune = true
[github]
user = jpgrayson
[stgit]
gpgsign = false
namelength = 50
#diff-opts = --find-renames --find-copies --color-moved --color-moved-ws=allow-indentation-change
[stgit "color"]
applied = "blue white reverse no-reverse "
[stgit "alias"]
k = series -rOd
kk = series -rId
outgoing = !git log --show-signature @{u}..
st = !git status -s
stack = series -rOP --commit-id=7
staged = diff -O--staged
bottom = series --no-prefix 0
[log]
initialDecorationSet = all