-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
39 lines (38 loc) · 706 Bytes
/
.gitconfig
File metadata and controls
39 lines (38 loc) · 706 Bytes
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
# Gerard Marull-Paretas <gerard@teslabs.com>
# SPDX-License-Identifier: MIT
[branch]
sort = -committerdate
[commit]
gpgSign = true
verbose = true
[core]
editor = vim
[diff]
algorithm = histogram
colorMoved = plain
mnemonicPrefix = true
renames = true
[fetch]
prune = true
pruneTags = true
[init]
defaultBranch = main
[merge]
conflictStyle = zdiff3
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
[rerere]
enabled = true
autoUpdate = true
[push]
autoSetupRemote = true
[tag]
sort = version:refname
[url "ssh://git@github.com/"]
insteadOf = https://github.com/
[user]
name = Gerard Marull-Paretas
email = gerard@teslabs.com
signingKey = gerard@teslabs.com