-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot_gitconfig
126 lines (98 loc) · 2.21 KB
/
dot_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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[user]
name = Peter Svensson
email = [email protected]
signingKey = /Users/peter/.ssh/id_rsa.pub
[committer]
name = Peter Svensson
email = [email protected]
signingKey = /Users/peter/.ssh/id_rsa.pub
[alias]
ci = commit
ca = commit --amend
co = checkout
go = checkout -B
st = status
s = status --short --branch
graph = log --graph
up = pull --rebase --autostash
[branch]
sort = -committerdate
[core]
autocrlf = input
excludesfile = ~/.gitignore_global
attributesfile = ~/.gitattributes
editor = /usr/bin/vim
pager = delta --dark
[delta]
paging=always
minus-style = syntax "#450a15"
plus-style = syntax "#0b4820"
plus-emph-style = syntax "#175c2e"
syntax-theme = TwoDark
# width = 1
# line-numbers = true
# minus-emph-style = syntax "#600818"
# hunk-header-style = syntax bold
# hunk-header-decoration-style = omit
# file-style = yellow italic
# file-decoration-style = yellow ul
# line-numbers-zero-style = "#4b5263"
# line-numbers-left-format = "{nm:^4} "
# line-numbers-right-format = "{np:^4} "
[init]
# templateDir = ~/.git-templates
[interactive]
diffFilter = delta --color-only --dark
[color]
ui = auto
diff = auto
status = auto
branch = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
#[color "diff"]
# meta = yellow bold
# frag = magenta bold
# old = red bold
# new = cyan bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[merge]
# Include summaries of merged commits in newly created merge commit messages
log = true
[help]
autocorrect = 20
[rerere]
enabled = 1
[push]
default = upstream
[github]
user = peter-svensson
[pull]
rebase = true
[commit]
gpgsign = true
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /Users/peter/.git_allowed_signers
[diff]
compactionHeuristic = true
[url "ssh://[email protected]/sparetimecoders/"]
insteadOf = https://github.com/sparetimecoders/
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
[fetch]
prune = true
[init]
defaultBranch = main
[includeIf "gitdir:~/source/smart/"]
path = ~/source/smart/.gitconfig
[gitbutler]
signCommits = true
aiOpenAIKeyOption = bringYourOwn
aiOpenAIModelName = gpt-4o-mini